简体   繁体   中英

Which .NET runtime is my .NET assembly running in COM+ using?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM