Question get list fo installed frameworks

ExEdzy

Active member
Joined
Nov 25, 2010
Messages
37
Programming Experience
3-5
Hey guys..
How can i get list of installed .Net Frameworks ?

I try'd thes codes:

VB.NET:
TextBox1.Text = System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion()

and

TextBox2.Text = Environment.Version.ToString

but they return v2.0...

but i have these versions installed:
.NET FW 2.0 SP 2
.NET FW 3.0 SP 2
.NET FW 3.5 SP 1
.NET FW 4.0 Client
.NET FW 4.0 Full

so its incorrect..
 
Back
Top