Monday, February 05, 2007

Stupid dotNET 2.0 configuration error

This error drive me crazy!

---------------------------
mmc.exe - Runtime Version Conflict
---------------------------
Other version of runtime is already loaded: v2.0.50727
---------------------------
OK
---------------------------

To be able to run the tool to configure 2.0 framework i needed to follow this procedure as suggested by msdn:


To run Mscorcfg.msc from the Microsoft Management Console

1. Start the Microsoft Management Console by typing the following at a command prompt: mmc.
2. On the File menu, click Add/Remove Snap-in (or press CTRL+M) to display the Add/Remove Snap-in dialog box.
3. In the Add/Remove Snap-in dialog box, click Add to display the Add Standalone Snap-in dialog box.
4. In the Add Standalone Snap-in dialog box, select a version of the .NET Framework Configuration tool, and then click Add.

If I try to save the MMC and then open the saved mmc file it fires the error again!!! This is unbelievable!