標籤:des style http color strong width
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: 訪問被拒絕:“ActiveReports.Interop”。
Source Error:
Line 198: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />Line 199: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />Line 200: <add assembly="*" />Line 201: </assemblies>Line 202: </compilation> |
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 200
Assembly Load Trace: The following information can be helpful to determine why the assembly ‘ActiveReports.Interop‘ could not be loaded.
=== Pre-bind state information ===LOG: DisplayName = ActiveReports.Interop (Partial)LOG: Appbase = file:///c:/inetpub/wwwroot/mywebLOG: Initial PrivatePath = binCalling assembly : (Unknown).===LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).LOG: Post-policy reference: ActiveReports.InteropLOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ccbsweb/4cd35043/90c9b667/ActiveReports.Interop.DLL.LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/ccbsweb/4cd35043/90c9b667/ActiveReports.Interop/ActiveReports.Interop.DLL.LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/myweb/bin/ActiveReports.Interop.DLL.LOG: Publisher policy file is not found.LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.LOG: Post-policy reference: ActiveReports.Interop, Version=3.0.0.1893, Culture=neutral, PublicKeyToken=cc4967777c49a3ff |
一般都是組件訪問被拒絕, 有時很火,IIS重啟不行,系統登出也不行,只有重啟,但現在可以不要了 解決方案一: 1.開始 -- 管理工具 -- 電腦管理(Win2003的位置,其他動作系統類別似)開啟電腦管理--展開電腦管理左邊樹中“服務和應用程式”節點,再在其下展開“索引服務”節點,停止服務,最好最快的方法 解決方案二(轉載): 2.1、開始 -- 管理工具 -- 電腦管理(Win2003的位置,其他動作系統類別似)開啟電腦管理2.2、展開電腦管理左邊樹中“服務和應用程式”節點,再在其下展開“索引服務”節點,再在其下展開“System”節點,再在其下展開“目錄”節點。2.3、在電腦管理的右邊我們可以看到配置的索引服務類別目錄。2.4、在“目錄”節點上右擊滑鼠,選擇“建立”--“目錄”2.5、在“添加目錄”對話方塊中,路經輸入框中輸入 ASP.net 的臨時檔案目錄。預設應該是:c:\<WINDIR>\Microsoft.NET\Framework\<Version Number>\Temporary ASP.NET Files 目錄。<Version Number> 指你要處理的.net版本。2.6、在“包含在索引中嗎?”選項中,選擇“否”2.7、單擊“確定”按鈕2.8、在“索引服務”節點上按右鍵,重起索引服務即可。 解決方案三: 1. 可以刪除 bin\XX.pdb 引自:http://niutuku.com/tech/www/273585.shtml