Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Unable To Open MMC On Windows Server 2008


Symptoms

 Unable to open the Microsoft Management Console on Windows Server 2008 after installing Windows Updates. MMC fails with the message: 

“MMC could not create the snap-in”.

MMC could not create the snap-in. The snap-in might not have been installed correctly.

Name: Server Manger

CSLID: FX:{18ea3f92-d6aa-41d9-a205-2023400c8fbb}


↑ Back to the top


Cause

Invalid entries were added to the machine.config during Windows Update.

↑ Back to the top


Resolution

To fix the problem, run the following command:

c:\Windows\Microsoft.NET\Framework\v3.5\WFServicesReg.exe /r /b

After running the command enable the feature .net framework 3.0 under Add features in Server Manager.

Open Server Manager
Select Features
Click on Add features
Select the check box for .Net Framework 3.0
Click Next and follow the steps to complete the Add Features Wizard


If these steps do not alleviate the issue, carry out the following steps to replace the Machine.config file with a known good version:

1. Navigate to C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG

2. Rename Machine.config to Machine.config.old

3. Copy Machine.config from a known good server.

↑ Back to the top


More Information

This problem occurs if the .Net Framework 3.0 feature is not enabled and an update for .net framework 3.5SP1 is installed (which could be through the windows update or through a deployment tool).

The command removes the entries added in the machine.config during Framework updates.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2486109
Revision : 2
Created on : 9/29/2020
Published on : 9/29/2020
Exists online : False
Views : 120