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
> Hi user,
>
[quoted text clipped - 5 lines]
> u> u> Is it possible to know the versions of clr(.net) of a running .net
> u> process.
Sheng Jiang[MVP] - 31 Jul 2007 02:10 GMT
You can take a look at Managed Spy++
(http://msdn.microsoft.com/msdnmag/issues/06/04/ManagedSpy/default.aspx) and
A simple Windows forms properties spy
(http://www.codeproject.com/dotnet/wfspy.asp)

Signature
Sheng Jiang
Microsoft MVP in VC++
> Hi
>
[quoted text clipped - 20 lines]
> > u> u> Is it possible to know the versions of clr(.net) of a running .net
> > u> process.