2014-11-21 64 views
0

我很想走出我的聯盟,所以我很抱歉如果我問一個重複的問題,但我不知道從哪裏開始。ASP.NET註冊程序集錯誤

我最近從服務器SERVER1遷移了一個SQL數據庫,並將其與託管訪問數據庫的Web界面的IIS並置到SERVER2。 Web界面現在正確地訪問數據庫,通過某些應用程序功能,我可以正確訪問數據,而不會出錯。但是,當我嘗試運行報告時,出現此錯誤:

如何解決此問題?

Server Error in '/' Application. 
-------------------------------------------------------------------------------- 

Parser Error 
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. 

Source Error: 


Line 5:  Namespace="AjaxControlToolkit" 
Line 6:  TagPrefix="ajaxToolkit" %> 
Line 7: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" 
Line 8:  Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> 
Line 9: 


Source File: /source/Report5.aspx Line: 7 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded. 


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]. 




-------------------------------------------------------------------------------- 
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.4028 

UPDATE

我打開日誌記錄,並得到這個更詳細的錯誤:

=== Pre-bind state information === 
LOG: User = AURORAFCS\raj 
LOG: DisplayName = Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 
(Fully-specified) 
LOG: Appbase = file:///C:/Family/ 
LOG: Initial PrivatePath = C:\Family\bin 
Calling assembly : (Unknown). 
=== 
LOG: This bind starts in default load context. 
LOG: Using application configuration file: C:\Family\web.config 
LOG: Using host configuration file: \\?\c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config 
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config. 
LOG: Post-policy reference: Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms.EXE. 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.EXE. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms.EXE. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.EXE. 

UPDATE2

使用融合記錄器,我有這個更詳細的消息,這鞋它是一個「文件無法找到」的錯誤。但是,我已經安裝了可再發行組件,爲什麼它不能找到DLL?

*** Assembly Binder Log Entry (11/21/2014 @ 4:00:35 PM) *** 

The operation failed. 
Bind result: hr = 0x80070002. The system cannot find the file specified. 

Assembly manager loaded from: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll 
Running under executable c:\windows\system32\inetsrv\w3wp.exe 
--- A detailed error log follows. 

=== Pre-bind state information === 
LOG: User = AURORAFCS\raj 
LOG: DisplayName = Microsoft.ReportViewer.WebForms, Version=8.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 
(Partial) 
LOG: Appbase = file:///C:/Family/ 
LOG: Initial PrivatePath = C:\Family\bin 
LOG: Dynamic Base = c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\dc46260e 
LOG: Cache Base = c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\dc46260e 
LOG: AppName = 807e5b0d 
Calling assembly : (Unknown). 
=== 
LOG: This bind starts in default load context. 
LOG: Using application configuration file: C:\Family\web.config 
LOG: Using host configuration file: \\?\c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config 
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config. 
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.DLL. 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms.EXE. 
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/root/dc46260e/807e5b0d/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.EXE. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms.EXE. 
LOG: Attempting download of new URL file:///C:/Family/bin/Microsoft.ReportViewer.WebForms/Microsoft.ReportViewer.WebForms.EXE. 
LOG: All probing URLs attempted and failed. 
+0

請參閱[此答案](http://stackoverflow.com/q/16493817/656243)。 – 2014-11-21 20:24:36

+0

你可以看看你的項目,並選擇參考和報告哪個版本的Microsoft.ReportViewer.WebForms.dll被包括在內? – 2014-11-21 21:45:24

+0

(我不做asp.net我只是想管理一個多年未被管理的網絡,所以我會盡我所能爲你提供正確的信息。這個應用程序是由一個誰是沒有周圍時間更長,除了檢索舊記錄外,不會使用該應用。我只需要處理SQL服務器) – NonSecwitter 2014-11-21 22:04:23

回答

3

你需要確定你的目標是什麼版本的ReportViewer控件和你的Web應用程序部署在同一臺服務器上安裝適當的包。

Microsoft Report Viewer 2010 Redistributable Package

Microsoft Report Viewer 2008 SP1 Redistributable

Microsoft Report Viewer Redistributable 2008

Microsoft Report Viewer Redistributable 2005

我相信邏輯如下:

  • 的ReportViewer 2010可針對使用的SQL Server 2008(SP2)和2012年

  • 的ReportViewer 2008可用於針對SQL Server 2008和2005

  • 的ReportViewer 2005可用於針對SQL Server 2005

+0

我剛剛在上面看到您的評論。 – 2014-11-21 20:25:40

+0

RV 2010 ---> SSRS 2008(SP2)2012 | RV 2008 - > SSRS 2005/2008 | RV 2005 - > SSRS 2005.我非常確定這是它。 – 2014-11-21 20:29:31

+0

我如何確定? – NonSecwitter 2014-11-21 20:42:31