timothy2l Posted July 11, 2003 Posted July 11, 2003 v1.0.xxxx where xxxx is the build number of the .NET Framework you are using. Can someone tell me how to find what "xxxx" is? Thanks in advance. Quote
Mehyar Posted July 11, 2003 Posted July 11, 2003 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, Quote Dream as if you'll live forever, live as if you'll die today
*Experts* mutant Posted July 11, 2003 *Experts* Posted July 11, 2003 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 Quote
timothy2l Posted September 18, 2003 Author Posted September 18, 2003 Thanks Mutant. I just needed it a while back because a fix i downloaded asked for it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.