Если на целевом компьютере установлена Visual Studio, вы можете использовать clrver
<pid>
из Командная строка Visual Studio , чтобы увидеть, какие версии CLRзагружаются в процессе.
Например:
C:\>clrver 4900
v2.0.50727
Это указывает на то, что процесс с PID 4900 загружен .NET 2.
C:\>clrver -h
Displays CLR versions
Usage: clrver [-?|-all|<PID>]
-all - Displays all processes on the machine using the CLR.
<PID> - Displays the version of the CLR used by the specified process.
-? - Displays this help screen.
If called with no options, clrver will display all installed CLR versions.