asp.net - The file '/mypage.aspx' has not been pre-compiled, and cannot be requested -
i have vs 2005 web site publish using "publish web site", , clear 3 checkboxes. modify mypage.aspx file , publish web site.
then, replace file old 1 , error:
the file '/mypage.aspx' has not been pre-compiled, , cannot requested.
how can replace file?
this error appears when reference specified in web.config file , deployment folder/site not contain these dlls (or specific version specified in web.config) installed in system (gac) or bin folder not contain them.
example:
<add assembly="namespace.blabla, version=1.2.3.4, culture=neutral, publickeytoken=7aff3896eb354e31"/> if deploy version 1.2.3.5 of dll you'll (misleading) error message.
Comments
Post a Comment