工程启动失败。请看错误提示,是什么原因?
“/WEBQUOTE”应用程序中的服务器错误。
--------------------------------------------------------------------------------
配置错误
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。
分析器错误信息: 访问被拒绝:“Common”。
源错误:
行 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:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config 行: 198
程序集加载跟踪: 下列信息有助于确定程序集“Common”无法加载的原因。
=== Pre-bind state information ===
LOG: DisplayName = Common
(Partial)
LOG: Appbase = file:///F:/WEB_PLS/SALE/WebUI
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: Common
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/webquote/c9f37f1f/56eaf9df/Common.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/webquote/c9f37f1f/56eaf9df/Common/Common.DLL.
LOG: Attempting download of new URL file:///F:/WEB_PLS/SALE/WebUI/bin/Common.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Common, Version=1.0.2344.26603, Culture=neutral, PublicKeyToken=null
问题点数:20、回复次数:4Top
1 楼dljinsui(风在发端)回复于 2006-06-02 15:14:58 得分 0
重启好了。
汗!!!!
来人接分!!
Top
2 楼amandag(高歌)回复于 2006-06-02 15:19:52 得分 0
呵呵,还真快Top
3 楼IamBird()回复于 2006-06-02 15:53:48 得分 20
试下这个方法:
我一般都是这样解决的
开始--程序--管理工具--计算机管理--服务和应用程序--索引服务
右键,停止
Top
4 楼IamBird()回复于 2006-06-02 15:54:15 得分 0
参考文章:
http://support.microsoft.com/default.aspx?scid=kb;en-us;329065
Top




