views:

1510

answers:

1

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?

+4  A: 

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.

Mehmet Aras
Thanks it's working.
Cédric Boivin