Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.Net framework 2.0 Configuration Tool

I recently installed windows 7, visual studio 2008, and .net framework 3.5.

With these installed, I was unable to find the .net framework configuration tool.

It should be located in %windir%\Microsoft.net\framework\v2.0.507727\ with the file name mscorcfg.msc

The only place I found something similar is in %windir%\Microsoft.net\framework\v1.0.3705 where there are files named mscormmc.cfg and mscormmc.dll

Any idea where to get the configuration tool?

like image 751
Cédric Boivin Avatar asked Jul 27 '09 16:07

Cédric Boivin


People also ask

How do I open Microsoft .NET Framework Configuration?

It can be found at Control Panel -> Administrative Tools -> Microsoft . NET Framework 2.0 Configuration.

What is Microsoft Net Framework Configuration Tool?

NET framework configuration tool (Mscorcfg. msc) is an administrative tool used to manage and configure . NET assemblies that are placed in the global assembly cache. It also enables you to modify code access security policy and adjust remoting services.


1 Answers

It is included in .NET 2.0 SDK. You need to install the SDK to get it.

ADDITION: Here is a separate link for the .NET 2.0 SDK (64 bit version) for use on 64-bit machines.

like image 190
Mehmet Aras Avatar answered Nov 04 '22 20:11

Mehmet Aras