Hi,
Hw I can find weather dotnet frame works is already installed in a system or not through my C# program ?
Please reply
Thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Scott LyslePosted Dec 21, 2006, 11:58 PM
You can get the current version of the framework with this call:
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion();