How to know which framework version is installed ?

Search for MSCorEE.dll file in the %SystemRoot%\system32 directory. If exists that means framework is installed. Now if you wanna know which framework version is installed, simply write “clrver” command in visual studio command prompt. It will list out all versions installed in your system.


About this entry