Framework Detector: tells you exactly which version(s) of .NET framework your PC supports
Framework detector is a free no-install utility that provides information on the version(s) of the .NET Framework your computer has installed, if any.
Let’s face it: figuring out which .NET framework version your computer supports can be somewhat confusing. For example you download a program that requires .NET 1.1 and it will not run, even when know for certain that another app which uses another version of .NET works just fine – but which version of .NET do you have installed. With Framework Detector the confusion is gone; simply run and it will display a list of .NET Frameworks and tell you which ones are installed, if any. More info as follows:
- List: displays installed components in green, non-installed components in red.
- Portable: unzip and run; does not need to be installed.
- Information provided: if a component is installed, it will display both version number and service pack.
- Other info: displays information on components labeled WCF, WPF, WF, and Card Space. Not sure what these are (let us know in the comments section if you do).
With so many programs that I encounter requiring .NET, I was very happy to discover this one, since many programs that I recommend require this framework and many people are confused about what version they have installed. You will find, as I did, that installing .NET ver. 3.0 or higher provides .NET 2.0 support but no support for ver. 1.1 or previous (my advice: skip installing 1.1 or 1.0, and if an app asks for these just pass it over altogether). If you are confused about the version status of the .NET framework on your machine this tiny app will dispel all confusion!
Version Tested: 1.0
Compatibility: Windows XP, Vista.
Go to the program page to download the latest version (approx 23K).



Scott Hanselman has also put together a useful website (http://www.smallestdotnet.com) which will tell the minimum install you need to get the correct .Net framework installed for your machine.
I just spent an evening trying to remove all .NET frameworks. For some reason I had every single version installed, but none of my about 200 applications needed any of them. I freed up about 600 MB of disk space.
Information regarding WCF, WPF, WF, and Card Space can be found on the following Microsoft web page.
(http://msdn.microsoft.com/en-us/library/ms756478.aspx)
Is there a way to tell if you have any applications currently installed that require .NET or a certain version of it? Can .NET be uninstalled on Vista, or is it integral?
This stupid piece of crap requires .NET 2.0 to run. What a bunch of freaking idiots these .NET Microdorks are. I wrote an equivalent in grep instead that I can use on any version of Winblows.
requires .NET 2.0 to run”
Hilarious.
I hereby nominate this program for a ‘most hilarious app of 2008′ award
so pissed, do you want to share your grep version?
[...] Framework Detector: tells you exactly which version(s) of .NET framework your PC supports [...]
One liner – Enter the following at a command prompt (console window):
dir “%windir%\Microsoft.Net\Framework” /A:D /B
Works on windows 2000 server, windows 2003 server, windows XP, etc.
No dependencies.
[...] | Freewaregenius Descarga Codeplex Votos 0 [...]