我正在使用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