日期:2014-05-18  浏览次数:20389 次

VS2003调试系统出错
“/ruiteng”应用程序中的服务器错误。
--------------------------------------------

配置错误  
说明:   在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。  

分析器错误信息:   访问被拒绝:“Lion.Web.Calendar”。

源错误:  

行   196: <add   assembly= "System.EnterpriseServices,   Version=1.0.5000.0,   Culture=neutral,   PublicKeyToken=b03f5f7f11d50a3a "/>
行   197: <add   assembly= "System.Web.Mobile,   Version=1.0.5000.0,   Culture=neutral,   PublicKeyToken=b03f5f7f11d50a3a "/>
行   198: <add   assembly= "* "/>
行   199: </assemblies>
行   200: </compilation>
 
源文件:   c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config         行:   198  

程序集加载跟踪:   下列信息有助于确定程序集“Lion.Web.Calendar”无法加载的原因。

经常会有这样的问题,有时候过一会就好了,但有时一定要重启才行,这是为什么?
另一个问题,我的VS2003常会莫明其妙的强行退出,有时候工具里的服务器端控件会失踪。这又是为什么?请知道问题的解决办法的朋友详细说一下,谢谢先,在线等!

------解决方案--------------------
在控制面板里检查一下索引服务是不是开着,如果开着,关了
------解决方案--------------------
可参考http://support.microsoft.com/default.aspx?scid=kb;en-us;329065

If you run Index Server (Cisvc.exe), then Index Server may rescan the Temporary ASP.NET Files directory while it requests a Microsoft ASP.NET page. Cisvc.exe then holds a lock on the Temporary ASP.NET Files directory for one to five minutes. The length of time of the lock depends on the size of the directory that causes the Aspnet_wp.exeprocess (or W3wp.exe process for applications that run on Microsoft Internet Information Services [IIS] 6.0) to not load the particular DLL.