Hi,
I have a VB.NET application with access to generate crystal report on click of a button.
If Crystalreport library is not installed on the machine, the user gets this error message:
"Unable to install or run the application. The application requires that assambly CrystalDecisions.ReportSource Version 10.5.3700.0 be installed in the Global Assembly Cache (GAC) first."
I want to know how and where to catch this exception.