Click to See Complete Forum and Search --> : handling exceptions when .NET framework is not installed


reuven
March 9th, 2003, 09:48 AM
I would like to handle exceptions when deploying my .NET application to machine that .NET framework is not installed.
The .NET is written in C++ .NET.
I tried try-catch, but it still give "the file... does not exist"
Please help.

pareshgh
March 10th, 2003, 01:43 PM
try handling the main constructor (entrypoint of app) and try handling initialize also.

Paresh