Crystal Reports Viewer Error: Physical Database Not Found

Asked By 40 points N/A Posted on -
qa-featured

We are getting an error on the controller for the Crystal Reports viewer: "Physical database not found". I have encountered this error when I opened a specific report on the Visual Basic project I am working on. The message would pop up and I cannot do anything since everything on the screen would stop. I have already mapped the database with the project. I need your help in fixing the problem to continue with the project I am working on. Right now I am stuck  and cannot proceed. I will try anything you suggest.

 

 

 

 

 

Error:

Physical Database not found. 

SHARE
Answered By 0 points N/A #137645

Crystal Reports Viewer Error: Physical Database Not Found

qa-featured

To solve this problem do the following task.
   1. Copy craxdrt.dll and craxdrt_res_en.dll into the WindowsSystem32 folder
   2.  Register craxdrt.dll.
        – at the command prompt type regsvr32 craxdrt.dll
        – verify that you get a dialog that confirms that registration was successful
   3.  Drop p2smon.dll and crviewer.dll into the same folder as your application's executable.
   4. Run your application and verify that Crystal Reports viewer shows up.

Related Questions