Does anyone know how to tell which .NET runtime a .NET assembly running in COM+ is using?
We’re expecting it to be using .NET1.1 but we also have .NET2 installed on the machine and need to know which version it is really using.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Process Explorer from Sysinternals to show the loaded assemblies for each process.
It’s a free tool that every windows power user should use instead of the task manager.
Enable the lower pane and select the process running your code.
http://technet.microsoft.com/en-us/sysinternals/bb842062