-
Notifications
You must be signed in to change notification settings - Fork 26
Description
SQL 2016 servers on Windows 2012 and 2016
Windows 2012 r2 dashboard only installed getting this error when I click on one of the servers on the left side which are online.
``
[2026-02-18 17:08:02.104] [ERROR] Unhandled Dispatcher Exception
Exception: XamlParseException
Message: The invocation of the constructor on type 'ScottPlot.WPF.WpfPlot' that matches the specified binding constraints threw an exception.
StackTrace: at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at PerformanceMonitorDashboard.ServerTab.InitializeComponent() in D:\a\PerformanceMonitor\PerformanceMonitor\Dashboard\ServerTab.xaml:line 1
at PerformanceMonitorDashboard.ServerTab..ctor(ServerConnection serverConnection, Int32 utcOffsetMinutes) in D:\a\PerformanceMonitor\PerformanceMonitor\Dashboard\ServerTab.xaml.cs:line 115
at PerformanceMonitorDashboard.MainWindow.OpenServerTab(ServerConnection server) in D:\a\PerformanceMonitor\PerformanceMonitor\Dashboard\MainWindow.xaml.cs:line 446
at PerformanceMonitorDashboard.MainWindow.ServerListView_MouseDoubleClick(Object sender, MouseButtonEventArgs e) in D:\a\PerformanceMonitor\PerformanceMonitor\Dashboard\MainWindow.xaml.cs:line 421
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
``
Screen shot