I had to set up my .NET Web Application on a new development PC. It compiles but when I try to use Crystal Report if fails.
When I do new CrystalDecisions.CrystalReports.Engine.ReportDocument(), I got this error message:
=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.ReportAppServer.CommLayer, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///D:/Visual Studio 2015/NeptuneWeb/VendilisWebApp/
LOG: Initial PrivatePath = D:\Visual Studio 2015\NeptuneWeb\VendilisWebApp\bin
Calling assembly : CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: D:\Visual Studio 2015\NeptuneWeb\VendilisWebApp\web.config
LOG: Using host configuration file: D:\Users\Chris\Documents\IISExpress\config\aspnet.config
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
Anybody know what I am missing in the setup of my project?
Thanks,
David