“/WebAn”应用程序中的服务器错误。
--------------------------------------------------------------------------------配置错误 
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。 分析器错误信息: 访问被拒绝:“componentart.web.ui”。源错误: 
行 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 程序集加载跟踪: 下列信息有助于确定程序集“componentart.web.ui”无法加载的原因。
=== Pre-bind state information ===
LOG: DisplayName = componentart.web.ui
 (Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/WebAn
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: componentart.web.ui
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/weban/96d2d261/5cfaafe7/componentart.web.ui.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/weban/96d2d261/5cfaafe7/componentart.web.ui/componentart.web.ui.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/WebAn/bin/componentart.web.ui.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: ComponentArt.Web.UI, Version=3.0.1545.25182, Culture=neutral, PublicKeyToken=null 
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2300; ASP.NET 版本:1.1.4322.2300 
有时在项目运行时出现这个错误,机器重启后就好了,这是为什么?
求高人解答~~~~~~~~~~

解决方案 »

  1.   

    http://msdn.microsoft.com/library/chs/default.asp?url=/library/chs/cptools/html/cpgrffusionlogviewerfuslogvwexe.asp
      

  2.   

    用了componentart.web.ui?你把它的dll放在哪里了?可能是系统缓存了,但是某个时刻又读不到。
      

  3.   

    用了componentart.web.ui?你把它的dll放在哪里了?可能是系统缓存了,但是某个时刻又读不到。
    ——————————————————————
    我把这个DLL放在BIN目录底下。
    最好的办法就是换台机器试试。
    ————————————————————
    公司共有M台机器,配置一样,系统一样。N台机器会出现这个问题。