English 中文(简体)
从web应用程序从服务器运行报表时遇到问题
原标题:
  • 时间:2009-03-23 14:21:00
  •  标签:

我正在使用ASP.NET 2005、C#和Crystal Reports 8.5进行开发。它在我的开发计算机上运行得很好,但当我试图从服务器上运行时,它会给我一个错误。

Could not load file or assembly CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304 or one of its dependencies. The system cannot find the file specified.

我的bin文件夹中引用了这些Crystal Reports dll:

  • CrystalDecisions.CrystalReports.Engine.dll
  • CrystalDecisions.ReportSource.dll
  • CrystalDecisions.Shared.dll
  • CrystalDecisions.Web.dll
  • CrystalDecisions.Windows.Forms.dll
问题回答

您是否在服务器上安装了可再发行的Crystal Reports?然后网页就会知道在哪里可以找到引用的程序集。





相关问题
热门标签