Crystal reports
-
I am not able to access the crystal reports at run time using C# GUI. I am running the application in Windows 7. Evrything is ok bt while running, it is giving error in the statement where crystal report is initialized. Do we require some component to be installed there???
NEHA GUPTA
-
I am not able to access the crystal reports at run time using C# GUI. I am running the application in Windows 7. Evrything is ok bt while running, it is giving error in the statement where crystal report is initialized. Do we require some component to be installed there???
NEHA GUPTA
Since you didn't think the error message was all that important to post, we can only guess. Yes, you have to install the CrystalReports runtime in order to run your app that uses CR. It must be the same version as what you wrote your app against.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak