Click here to Skip to main content
15,886,026 members
Articles / .NET
Alternative
Tip/Trick

A Safe Way to Get the User to Check if the .NET Framework is Installed

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
28 Apr 2011CPOL 16K   2   8
A safe way to get the user to check if the .NET Framework is installed

My method of choice has always been to look at the Windows folders listed under C:\Windows\Microsoft.NET\Framework.

Each framework version has its own sub-folder:

14/03/2011  23:11    <DIR>          v1.0.3705
14/07/2009  03:37    <DIR>          v1.1.4322
14/03/2011  23:11    <DIR>          v2.0.50727
14/07/2009  05:56    <DIR>          v3.0
14/03/2011  23:11    <DIR>          v3.5
28/04/2011  14:44    <DIR>          v4.0.30319

You also can easily get this from a command prompt by dir %windir%\Microsoft.NET\Framework\ /AD.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Scotland Scotland
I have been working in the Oil & Gas Industry for over 30 years now.

Core Discipline is Instrumentation and Control Systems.

Completed Bsc Honours Degree (B29 in Computing) with the Open University in 2012.

Currently, Offshore Installation Manager in the Al Shaheen oil field, which is located off the coast of Qatar. Prior to this, 25 years of North Sea Oil & Gas experience.

Comments and Discussions

 
GeneralRe: Thanks! Pin
OriginalGriff28-Apr-11 22:39
mveOriginalGriff28-Apr-11 22:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.