I have an ASP.NET application which utilizes CR for VS. The reports are not generating when I run them on the build server via the ASP.NET application.
The reports seem to hang on the ReportDocument.Load() method.
There is no exception thrown and there are no logs in the event viewer to explain why this is occuring. I have logged information to a text file and the location of report it is trying to load is correct.
I am wondering if i have installed the correct package on the build server.
I installed the 64 bit Redist Installation on the build server. (The build server is 64 bit).Is this the correct package to install on the build and prod server to get Crystal Reports working?
Does anyone know what the diffrence betweent the following installation files for crystal reports is? and which one should be installed on production.?The SAP website does not give a very good description of each install file.
- Complete Package (EXE) -- installed on development machine
- Click Once
- Merge Modules
- Redist Installation (32 bit)
- Redist Installation (64 bit) -- installed on build server
I need any help I can get at this point.