Link to home
Start Free TrialLog in
Avatar of chuang4630
chuang4630

asked on

What is the quickest way to find out whether the >NET framework is installed and what version?

What is the quickest way to find out whether the >NET framework is installed and what version?
ASKER CERTIFIED SOLUTION
Avatar of vladimir_kalashnikov
vladimir_kalashnikov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vladimir_kalashnikov
vladimir_kalashnikov

sorry, that was aspnet_regiis.exe -i to re-install it
browse to the folder:

c:\windows\microsoft.net\framework\

Now if you see Folder "v1.1.4322" (and it's not empty) then you have .Net Framework 1.1 installed.. ( you can check out samething from Add/Remove Programs also.., you'll see .Net Framework 1.1 in Add/Remove program if it's installed)

& if dont see above folder but you see folder with name "v1.0.3705", then you have v.1.0 installed

-tushar
Or let this mini-tool do it for you:
http://www.tmgdevelopment.co.uk/versioncheck.htm

-tushar
you know, i guess they are trying to make your life easier, but really, it takes me less time to browse to a folder, than to go to a site, download a zip file, unzip the file, and run the exe.
Avatar of chuang4630

ASKER

Thanks.

BTW, there are many aspnet_*.exe in the folder you referred to, could you suggest any link that explains those .exe and how to use them?
use aspnet_regiis.exe -i, this will generally fix all of your .net version problems
Here are few links where you can research for these files, just give name of those files and check out the results.
http://www.google.com/microsoft/ 
http://www.msdn.com/

ex. http://www.google.com/microsoft?hl=en&lr=&q=aspnet_regiis.exe&btnG=Google+Search

-tushar