I'm working in VS 2005 .NET 2.0, how can I check if this net's version is installed at run time.
I know that if not is intalled exe application throw an error, send to microsoft, etc.
but I would like to shows a friendly message to "you need to update to .NET 2" or something like that and exit the app.
thanks in advance for your help,
Edward

check .net version installed
Nokoff
Hi Edward,
You can use "System.Version" class to check version of CLR (i.e, .net version ) installed on machine.
Regards
Chitrsen Aujikar
Ofer Elboher
Smealum