Windows Server 2012 Essentials Dashboard client app won't start after .NET Framework update on client

0

I'm running the 180-day trial of Windows Server 2012 Essentials. The client computer has Windows 8 Pro (64-bit) installed.

A few days ago, a security update for the Microsoft .NET Framework (KB2840632) was installed automatically via Windows Update on the client (twice; the first installation attempt failed, as seen in the Windows Update history), and since then the client app for the Windows Server 2012 Essentials Dashboard won't start anymore. After launching the app, there is some activity, but the Dashboard doesn't launch. In the Event Viewer on the client, these errors appear (in Dutch):

.NET Runtime

Toepassing: DashboardClient.exe

Framework-versie: v4.0.30319

Beschrijving: het proces is beƫindigd als gevolg van een onverwerkte uitzondering.

Uitzonderingsinformatie: System.Windows.Markup.XamlParseException

Stack:

bij MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)

bij System.Windows.Threading.DispatcherOperation.InvokeImpl()

bij System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

bij System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)

bij System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)

bij System.Windows.Threading.DispatcherOperation.Invoke()

bij System.Windows.Threading.Dispatcher.ProcessQueue()

bij System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)

bij MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)

bij MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)

bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)

bij MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)

bij System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)

bij MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

bij MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)

bij MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)

bij System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)

bij System.Windows.Application.RunInternal(System.Windows.Window)

bij System.Windows.Application.Run()

bij Microsoft.WindowsServerSolutions.DashboardClient.App.Main()

and

Application Error

Naam van toepassing met fout: DashboardClient.exe, versie: 6.2.9805.0, tijdstempel: 0x504a9f23

Naam van module met fout: KERNELBASE.dll, versie: 6.2.9200.16451, tijdstempel: 0x50988aa6

Uitzonderingscode: 0xe0434352

Foutmarge: 0x000000000003811c

Id van proces met fout: 0xa88

Starttijd van toepassing met fout: 0x01cea0efc5324059

Pad naar toepassing met fout: C:\Program Files\Windows Server\Bin\DashboardClient.exe

Pad naar module met fout: C:\Windows\system32\KERNELBASE.dll

Rapport-id: 104ddae5-0ce3-11e3-be93-00262d79dafa

Volledige pakketnaam met fout:

Relatieve toepassings-id van pakket met fout:

How can I fix this?

.net
windows-update
windows-8
essentials-2012
windows-server-essentials
asked on Server Fault Aug 24, 2013 by Eprillios • edited Jun 11, 2020 by Community

2 Answers

1

Remove the .NET update until an adequate fix has been made?

answered on Server Fault Aug 24, 2013 by Rhys Evans
0

As it is only an evaluation, why not take a backup of the AD if needed and just rebuild? avoid that patch in future

answered on Server Fault Aug 25, 2013 by Rhys Evans

User contributions licensed under CC BY-SA 3.0