How to

  • Thread starter Thread starter SKG
  • Start date Start date
SKG said:
How can i quickly find out whether .net is installed on a machine or not.
TIA

I hope you mean by physically browsing it, etc. (not
programatically)....Go to Add/Remove Programs in the Control Panel, best
way...or an administrator would have things like Microsoft .NET
Configuration Wizard, etc. underneath Administrative Tools.....
 
Thanks Craig !! I saw Microsoft.Net Configuration Wizard. I searched the
whole C drive
could not find GACUTIL.EXE its win2k server machine. It has only C drive.

Also Under c:\Programs Files i could not find Microsoft.Net does it mean
..NET is not installed.
Thanks!!
..
 
SKG said:
I searched the whole C drive could not find GACUTIL.EXE its
win2k server machine. It has only C drive.

In my [albeit limited] experience, GACUtil /doesn't/ ship as part of
the Framework, only with Visual Studio proper. Personally, I'd try

dir %windir%\assembly

from a DOS prompt.

HTH,
Phill W.
 
Back
Top