Re: Knowing the clr version of running .net process

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi

Alex thanks for you reply.

I wanted to know the .net version of other running processes and not my .net
process.
for instance, you have given a .net application and you run it and now you
have asked to find out the veriosn of .net that this running process is
using or in case it is using any fix packs. what you have with you is just
binaris of that application and those are running. So its like you know a
running process name and you know that it is a .net process and now you want
to know what clr engine it is running on.

thanks



"Alex Meleta" <ameleta@xxxxxxxxx> wrote in message
news:150f6b3032eee8c99ea6e002a08d@xxxxxxxxxxxxxxxxxxxxxxx
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.




.