Hi All,
Is it possible to know the version of clr(.net) of a running .net process.
As I could have installed different versions of .net on my windows machine
and I can run multiple .net applications using different versions of .net.
user
Alex Meleta - 27 Jul 2007 17:50 GMT
Hi user,
Just use Environment.Version or RuntimeEnvironment.GetSystemVersion()
Regards, Alex
[TechBlog] http://devkids.blogspot.com
u>
u> Is it possible to know the versions of clr(.net) of a running .net
u> process.