To determine which versions of the .NET Framework are installed, locate the %systemroot%\Microsoft.NET\Framework folder.
To open this folder, you can paste this address into a Windows Explorer address bar. The following folders contain the released versions of the .NET Framework:
- v3.5
- v3.0
- v2.0.50727
- v1.1.4322
- v1.0.3705
Note If you see other folders that have a
vN.N.NXXXX format, they may contain beta versions or pre-released versions of the .NET Framework. Those versions are outside the scope of this article.
To determine which versions of the .NET Framework are installed on a computer, follow these
steps:
- Open any one of the folders in the previous list.
- Right-click the Mscorlib.dll file, and then Properties.
- Click the Version tab, and then note the file version.
- Use the previous list to determine which version of the .NET Framework is installed on the computer, and then click OK .
Repeat these steps for each version of the .NET Framework on the computer.