這一直困擾着我,而現在的一個:無法加載文件或程序集「App_Code文件」或一個依賴
Could not load file or assembly 'app_code' or one of its dependencies.
The system cannot find the file specified.
我使用Visual Studio 2008和IIS6出於某種原因,我得到這個奇怪的錯誤。
它爲什麼要加載'app_code',爲什麼它會失敗?
試圖解決它/找出更多使用信息,在異常
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
但是這並沒有幫助,也沒有MSDN文章有關程序集綁定日誌查看器中的信息:(http://msdn.microsoft.com/en-us/library/e74a18c4.aspx)
任何人都可以照射這種可憎的東西嗎?我猜這是一個新手的錯誤,但我現在不知道該去哪裏看。它可能是IIS 6.0配置問題?我使用Windows XP專業版和Visual Studio 2008
獲得大會結合起來監視後,它噴出了像:
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Projects\NNNNNN\src\Trunc\Web\web.config
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: Microsoft.VisualStudio.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/d94fb3b9/d76068ec/Microsoft.VisualStudio.Web.DLL.
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/d94fb3b9/d76068ec/Microsoft.VisualStudio.Web/Microsoft.VisualStudio.Web.DLL.
LOG: Attempting download of new URL file:///C:/Projects/NNNNNN/src/Trunc/Web/bin/Microsoft.VisualStudio.Web.DLL.
LOG: Attempting download of new URL file:///C:/Projects/NNNNNN/src/Trunc/Web/bin/Microsoft.VisualStudio.Web/Microsoft.VisualStudio.Web.DLL.
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/d94fb3b9/d76068ec/Microsoft.VisualStudio.Web.EXE.
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/d94fb3b9/d76068ec/Microsoft.VisualStudio.Web/Microsoft.VisualStudio.Web.EXE.
LOG: Attempting download of new URL file:///C:/Projects/NNNNNN/src/Trunc/Web/bin/Microsoft.VisualStudio.Web.EXE.
LOG: Attempting download of new URL file:///C:/Projects/NNNNNN/src/Trunc/Web/bin/Microsoft.VisualStudio.Web/Microsoft.VisualStudio.Web.EXE.
LOG: All probing URLs attempted and failed.
我忘了提,我們使用單獨的庫的代碼,而不是usnig App_Code文件夾中。我的項目中的App_Code文件夾是空的。 – Andreas 2009-08-07 21:02:31
該解決方案還包括一個使用MVC構建的子網站,所以它的混合asp.net常規窗體和asp.net mvc。 – Andreas 2009-08-08 08:38:35