11

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?

Eric
  • 11,392
  • 13
  • 57
  • 100
Cédric Boivin
  • 10,854
  • 13
  • 57
  • 98

1 Answers1

14

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.

Eric
  • 11,392
  • 13
  • 57
  • 100
Mehmet Aras
  • 5,284
  • 1
  • 25
  • 32