What version.

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi all,

i just wanted to ask how i could find out what version
of .net i have installed on my computer.
I just purchased a laptop off a firend and he already has
it installed.

thx
 
i just wanted to ask how i could find out what version
of .net i have installed on my computer.

Check your %WINDIR%\Microsoft.NET\Framework directory.



Mattias
 
You could run windows update. It should detect it if you don't have the
latest version.

Alternatively go to "configuration screen" -> "software" and check it under
there.

Yves
 
Hi mattias,

what am i looking for in this directory?
i contains a list of files and folders!!
Where will it tell me what version of visual studio i am
running (i.e 2003, 2002 etc)?





thx
 
Hi mattias,

what am i looking for in this directory?
i contains a list of files and folders!!
Where will it tell me what version of visual studio i am
running (i.e 2003, 2002 etc)?





thx

You should see some folder with names similar to this:

v1.0.3705 or v1.1.4322

That represents the version installed
 
Where will it tell me what version of visual studio i am
running (i.e 2003, 2002 etc)?

Oh you're looking for the VS.NET version? I thought you meant the .NET
framework version.

Well, like most apps, VS.NET shows its version number in the About
dialog. You can also just look at the program group on your Start
menu, it says "Microsoft Visual Studio .NET 2003" for the 2003
version, and I believe it was just "Microsoft Visual Studio .NET" for
VS.NET 2002.



Mattias
 
Back
Top