Print Page | Close Window

Exception handling for "Unable to install"

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Tips and Tricks
Forum Discription: Have you learned some great tricks to share with the group? Post them here!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13437
Printed Date: 28 Apr 2024 at 5:49pm


Topic: Exception handling for "Unable to install"
Posted By: deswar
Subject: Exception handling for "Unable to install"
Date Posted: 08 Jun 2011 at 1:58am
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.



Print Page | Close Window