rdlc 报表如何部署
做的网页中有个网页里有RDLC报表,这个网页在服务器上打不开,提示如下错误,是不是需要提前在服务器上部署一下?谢谢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 4: <%@ Register Src="../Bottom.ascx" TagName="Bottom" TagPrefix="uc2" %>
Line 5:
Line 6: <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Line 7: Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>
Line 8:
Source File: /Report/PrintPage.aspx Line: 6
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.42; ASP.NET Version:2.0.50727.210 --------------------编程问答-------------------- 对头。。。如果是remote的话,就需要到报表服务器了,client就不需要 --------------------编程问答-------------------- Solution :- Install ReportViewer.exe in the hosting server, which can be found here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\ReportViewer\ReportViewer.exe
补充:.NET技术 , ASP.NET