代码之家  ›  专栏  ›  技术社区  ›  jasoncrider

如何在VisualStudio2008中开发并嵌入.NET2报表查看器对象?

  •  0
  • jasoncrider  · 技术社区  · 17 年前

    正在开发应用程序 VS 2008 . 使用报表查看器,并从 SQL Server 2005

    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 事情。应用服务器没有 3.5 不会的。

    .Net 2 应用?

    2 回复  |  直到 11 年前
        2
  •  0
  •   jasoncrider    17 年前

    我们通过在服务器上同时安装2005报表查看器和2008报表查看器来解决此问题。谢谢你的回复。