


The system cannot find the file specified.Īn application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Source File: C:\TestReport\web.config Line: 29Īssembly Load Trace: The following information can be helpful to determine why the assembly ‘CrystalDecisions.Web, Version=.0, Culture=neutral, PublicKeyToken=692fbea5521e1304’ could not be loaded. The error can be happened because the Crystal Report version is different with what you installed on the server or you haven’t installed Crystal Report on server.ġ. First thing to do is you need to make sure that Crystal Report runtime is installed on your machine on server and which version do you have.įor development machine, you need the SDK intalled for Visual Studio. For 64 bit machine, you need the 64 bit SDK installation for development purpose. You can find the download link on the following page:įor server, you need to install the runtime instead. For 64 bit machine, you need the 64 bit runtime installation.Ģ. Check what Crystal Reports dll version was installed on your development machine.

You can check it on C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for. NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0Īs you can see that now I have both win32_x86 and win64_圆4 folders which means I have 64 bit installed on top of the 32 bit one. Now, by default the installation will also put the dlls in the Global Assembly Cache (GAC). So on your production server, the code will reference the one in the GAC. Make sure that the version has same version Here, you can see the version I had installed now is. So I then try several things that didn’t prove to fix the issue. I right click on the dll reference in the project and choose Properties.#Crystal reports runtime 13.0.2 Offline#.#Crystal reports runtime 13.0.2 64 Bit#.#Crystal reports runtime 13.0.2 install#.
