G
Guest
Is there a way to programmatically identify the .NET Framework version(s)
installed on a client PC?
My application requires 1.1 SP1 and I'd like to give a warning to the user
if they don't have it.
I found this KB,
http://support.microsoft.com/?kbid=318785&sd=msdn#XSLTH3153121122120121120120
But it suggests looking at the file versions of Mscorlib.dll, which seems a
little clunky.
Is there a class that could be queried to find this information? Is there a
better way I can make sure the user has 1.1 with SP1 installed?
Thanks,
Michael
installed on a client PC?
My application requires 1.1 SP1 and I'd like to give a warning to the user
if they don't have it.
I found this KB,
http://support.microsoft.com/?kbid=318785&sd=msdn#XSLTH3153121122120121120120
But it suggests looking at the file versions of Mscorlib.dll, which seems a
little clunky.
Is there a class that could be queried to find this information? Is there a
better way I can make sure the user has 1.1 with SP1 installed?
Thanks,
Michael