Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello

there are folders "App_Code" and "bin" in my web site. after publish, in published files, folders "App_Code" is not exist.
and "bin" has some files which didn't exist in main source.

now i upload files in my host (update some files). but i will faces with error for open some pages.
for example : for open page etc.aspx , the bellow error will be shown.

Parser Error Message: Could not load the assembly 'App_Web_dy11l2au'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1: <%@ page title="" language="C#" masterpagefile="~/Site.Master" autoeventwireup="true" inherits="Login, App_Web_dy11l2au" smartnavigation="true" %>
Line 2: <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1" %>
Line 3:



the file 'App_Web_dy11l2au' not exist in source of my website and also not exist in published files.
what should i do? meanwhile in localhost it works fine.

thanks

What I have tried:

i couldn't do any things.


help
Posted
Updated 3-Dec-18 6:22am

'App_Web_dy11l2au' is a file which is generated after publish of your code, search for you published BIN folder there you will find this file and paste in hosted location bin folder.
 
Share this answer
 
but i look at bin folder in published files. and this file was not exist.
is change files every time when republish?
 
Share this answer
 
Comments
Richard Deeming 7-Dec-18 13:14pm    
If you want to reply to a solution, click the "Have a Question or Comment?" button under that solution. DO NOT post your reply as a new "solution".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900