Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

In Visual Studio .NET, Open the Help Menu and choose About Microsoft Visual Basic .NET, you can check the version number of your VS .NET in addition to the .NET framework version + build number.

 

Hope this helps,

Dream as if you'll live forever, live as if you'll die today
  • *Experts*
Posted

If you want to get it using code use this:

System.Environment.Version

You can get the whole version, or Major, Minor, Revision, or Build separately.

System.Environment.Version.Major
System.Environment.Version.Minor
System.Environment.Version.Revision
System.Environment.Version.Build

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...