简体   繁体   中英

Parser Error Message: Could not load the assembly 'App_Web__XXXXX'. Make sure that it is compiled before accessing the page

Error is

Line 1: <%@ control language="c#" inherits="Infragistics.WebUI.Samples.AJAX.Progress, App_Web_XXXXX" %> Line 2: .emptyProgress{ background-color:white; width:8px;border-style:solid;border-width:1px; } Line 3: .progress{ background-color:#00ff00; width:8px;border-style:solid;border-width:1px; }

What I have tried so far :

1)Cleanesd all the temp files from "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Temporary ASP.NET Files"

2)Tried Could not load the assembly 'App_Web_kh7-x3ka'. Make sure that it is compiled before accessing the page

3) Making sure appPools point to correct version of CLR.

FYI I can't make changes to source code as I just have folder with files to be deployed.

看来问题已解决,我刚刚从虚拟目录中删除了“ 转换为应用程序”的内容,并从父文件夹中获取了所有配置设置,并且工作正常。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM