OS: Windows Server 2008 x64, all patches are up to date
MDT 2008 x64, Update 1
I tried removing the update but it removes the application.
I tried to reinstall the original MDT 2008 but the file is no longer
available from Microsoft.
Clicking on Check Online for a solution... doesn't find a solution.
Any ideas?
Here's the error:
Microsoft Management Console has stopped working
Windows can check online for a solution
-> Check online for a solution and close the program
-> Close the Program
Problem Details:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: mmc.exe
Problem Signature 02: 6.0.6001.18000
Problem Signature 03: 47919524
Problem Signature 04: Microsoft.BDD.ConfigManager
Problem Signature 05: 3.0.0.0
Problem Signature 06: 488e5955
Problem Signature 07: 1a0
Problem Signature 08: 30
Problem Signature 09: System.NullReferenceException
OS Version: 6.0.6001.2.1.0.272.7
Locale ID: 1033
The fix is to collapse all of the nodes BEFORE you apply the update.
If you don't do that you may have the problem I did. To fix it I had
to edit the DeploymentWorkbench.mmc file.
Find <BookMark Name="SelectedNode" NodeID="9"/> and replace the 9 with
a 1.
<BookMark Name="SelectedNode" NodeID="1"/>
That fix worked for me.