응용 프로그램은 VS 2008
에 개발 중입니다. 보고서 뷰어가 사용되고 SQL Server 2005
서버의 SSRS에서 보고서를 호출합니다.Visual Studio 2008에서 개발하고 .Net 2 용 보고서 뷰어 개체를 포함시키는 방법?
Error:
Server Error in '/AppName' Application.
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: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 41: <add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0
내 생각 엔 그것 때문에 .Net 3.5
대 .Net 2.0
일의 점이다. Application Server에는 3.5
이 없으므로 그렇지 않습니다.
.Net 2
응용 프로그램에 적합한 보고서 뷰어를 사용하도록 VS 2008
을 어떻게 수정합니까?