Error message: Physical Database not found
Quote:
Originally posted by dcarlson
I recently installed crystal reports 8 replacing crystal reports designer component 6.0. After packaging my application and installing it on a client, I get "Physical database not found" when I try to print reports. I don't get this on the system that I created the application with or with the old report designer component.
Am I missing a dll or something when packaging?
Thanks in advance
Solution to the "Physical database not found" error
Hi ! Of course you are going to get this message with the last release of the RDC. I experienced this problem and solve it the way I'm going to suggest to you.
FIRST: Make sure you do not use the Report.Database.Verify
method in your code and if so, comment it out.
Because this will cause the engine to try to
located the source database in the location you
specified at design time.
SECOND: Make sure you add this requiered Dlls when
packaging the solution with the Package and
deployement Wizard or anything else:
Msvcrt.dll
Msvcirt.dll
Msvcp60.dll
TRY THIS AND LET ME KNOW at: [email protected]