System.InvalidOperationException: This Freezable cannot be frozen.

Questions about Wine on Linux
Locked
HSLiam
Newbie
Newbie
Posts: 4
Joined: Wed Aug 09, 2023 1:57 am

System.InvalidOperationException: This Freezable cannot be frozen.

Post by HSLiam »

I am trying to put a calendar control in my WPF application. I got this error. By the way this project works fine on windows.
wine version:8.13
Mono version:8.0.0

Code: Select all

<pre>System.Windows.Markup.XamlParseException: &apos;Initialization of &apos;System.Windows.Controls.Calendar&apos; threw an exception.&apos; Line number &apos;12&apos; and line position &apos;19&apos;. ---&gt; System.InvalidOperationException: This Freezable cannot be frozen.
  at System.Windows.Freezable.Freeze () [0x00019] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.SystemResources.Freeze (System.Object resource) [0x0001c] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.SystemResources.FindDictionaryResource (System.Object key, System.Type typeKey, System.Windows.ResourceKey resourceKey, System.Boolean isTraceEnabled, System.Boolean allowDeferredResourceReference, System.Boolean mustReturnDeferredResourceReference, System.Boolean&amp; canCache) [0x0009f] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.SystemResources.FindResourceInternal (System.Object key, System.Boolean allowDeferredResourceReference, System.Boolean mustReturnDeferredResourceReference) [0x00149] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.FindResourceInternal (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.DependencyProperty dp, System.Object resourceKey, System.Object unlinkedParent, System.Boolean allowDeferredResourceReference, System.Boolean mustReturnDeferredResourceReference, System.Windows.DependencyObject boundaryElement, System.Boolean isImplicitStyleLookup, System.Object&amp; source) [0x000f3] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetChildValueHelper (System.Windows.UncommonField`1[T] dataField, MS.Utility.ItemStructList`1[System.Windows.ChildValueLookup]&amp; valueLookupList, System.Windows.DependencyProperty dp, System.Windows.DependencyObject container, MS.Internal.FrameworkObject child, System.Int32 childIndex, System.Boolean styleLookup, System.Windows.EffectiveValueEntry&amp; entry, System.Windows.ValueLookupType&amp; sourceType, System.Windows.FrameworkElementFactory templateRoot) [0x00372] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetChildValue (System.Windows.UncommonField`1[T] dataField, System.Windows.DependencyObject container, System.Int32 childIndex, MS.Internal.FrameworkObject child, System.Windows.DependencyProperty dp, MS.Utility.FrugalStructList`1[System.Windows.ChildRecord]&amp; childRecordFromChildIndex, System.Windows.EffectiveValueEntry&amp; entry, System.Windows.ValueLookupType&amp; sourceType, System.Windows.FrameworkElementFactory templateRoot) [0x00071] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetValueFromStyleOrTemplate (MS.Internal.FrameworkObject fo, System.Windows.DependencyProperty dp, System.Windows.EffectiveValueEntry&amp; entry) [0x0015a] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.ApplyStyleOrTemplateValue (MS.Internal.FrameworkObject fo, System.Windows.DependencyProperty dp) [0x00016] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.InvalidateContainerDependents (System.Windows.DependencyObject container, MS.Utility.FrugalStructList`1[System.Windows.ContainerDependent]&amp; exclusionContainerDependents, MS.Utility.FrugalStructList`1[System.Windows.ContainerDependent]&amp; oldContainerDependents, MS.Utility.FrugalStructList`1[System.Windows.ContainerDependent]&amp; newContainerDependents) [0x00092] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.DoThemeStyleInvalidations (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, System.Windows.Style style) [0x000aa] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.UpdateThemeStyleCache (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, System.Windows.Style&amp; themeStyleCache) [0x000b5] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.OnThemeStyleChanged (System.Windows.DependencyObject d, System.Object oldValue, System.Object newValue) [0x00008] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetThemeStyle (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce) [0x001a6] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.UpdateThemeStyleProperty () [0x0001b] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.OnInitialized (System.EventArgs e) [0x00025] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.TryFireInitialized () [0x00038] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.EndInit () [0x00031] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard (System.Xaml.XamlType xamlType, System.Object obj, System.Boolean begin) [0x00023] in &lt;3fc53d513cff40b6aec672c4761de80d&gt;:0 
   --- End of inner exception stack trace ---
  at System.Windows.Markup.XamlReader.RewrapException (System.Exception e, System.Xaml.IXamlLineInfo lineInfo, System.Uri baseUri) [0x00009] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Markup.WpfXamlLoader.Load (System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) [0x00120] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Markup.WpfXamlLoader.LoadBaml (System.Xaml.XamlReader xamlReader, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.Permissions.XamlAccessLevel accessLevel, System.Uri baseUri) [0x00017] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Markup.XamlReader.LoadBaml (System.IO.Stream stream, System.Windows.Markup.ParserContext parserContext, System.Object parent, System.Boolean closeStream) [0x0013d] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.LoadBamlStreamWithSyncInfo (System.IO.Stream stream, System.Windows.Markup.ParserContext pc) [0x0003b] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.LoadComponent (System.Uri resourceLocator, System.Boolean bSkipJournaledProperties) [0x00052] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.DoStartup () [0x0008d] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.&lt;.ctor&gt;b__1_0 (System.Object unused) [0x00027] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper (System.Object obj) [0x0001d] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in &lt;69ebfd1fc56040acade074e61bd61307&gt;:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in &lt;69ebfd1fc56040acade074e61bd61307&gt;:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in &lt;69ebfd1fc56040acade074e61bd61307&gt;:0 
  at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00047] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean&amp; handled) [0x00061] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean&amp; handled) [0x0003a] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
  at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG&amp;)
  at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage (System.Windows.Interop.MSG&amp; msg) [0x0001a] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.Run () [0x00006] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.Run () [0x00009] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at Calendar.App.Main () [0x0000e] in &lt;c00822bf2ad945f2b60aef7bf82f95e2&gt;:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Windows.Markup.XamlParseException: &apos;Initialization of &apos;System.Windows.Controls.Calendar&apos; threw an exception.&apos; Line number &apos;12&apos; and line position &apos;19&apos;. ---&gt; System.InvalidOperationException: This Freezable cannot be frozen.
  at System.Windows.Freezable.Freeze () [0x00019] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.SystemResources.Freeze (System.Object resource) [0x0001c] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.SystemResources.FindDictionaryResource (System.Object key, System.Type typeKey, System.Windows.ResourceKey resourceKey, System.Boolean isTraceEnabled, System.Boolean allowDeferredResourceReference, System.Boolean mustReturnDeferredResourceReference, System.Boolean&amp; canCache) [0x0009f] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.SystemResources.FindResourceInternal (System.Object key, System.Boolean allowDeferredResourceReference, System.Boolean mustReturnDeferredResourceReference) [0x00149] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.FindResourceInternal (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.DependencyProperty dp, System.Object resourceKey, System.Object unlinkedParent, System.Boolean allowDeferredResourceReference, System.Boolean mustReturnDeferredResourceReference, System.Windows.DependencyObject boundaryElement, System.Boolean isImplicitStyleLookup, System.Object&amp; source) [0x000f3] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetChildValueHelper (System.Windows.UncommonField`1[T] dataField, MS.Utility.ItemStructList`1[System.Windows.ChildValueLookup]&amp; valueLookupList, System.Windows.DependencyProperty dp, System.Windows.DependencyObject container, MS.Internal.FrameworkObject child, System.Int32 childIndex, System.Boolean styleLookup, System.Windows.EffectiveValueEntry&amp; entry, System.Windows.ValueLookupType&amp; sourceType, System.Windows.FrameworkElementFactory templateRoot) [0x00372] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetChildValue (System.Windows.UncommonField`1[T] dataField, System.Windows.DependencyObject container, System.Int32 childIndex, MS.Internal.FrameworkObject child, System.Windows.DependencyProperty dp, MS.Utility.FrugalStructList`1[System.Windows.ChildRecord]&amp; childRecordFromChildIndex, System.Windows.EffectiveValueEntry&amp; entry, System.Windows.ValueLookupType&amp; sourceType, System.Windows.FrameworkElementFactory templateRoot) [0x00071] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetValueFromStyleOrTemplate (MS.Internal.FrameworkObject fo, System.Windows.DependencyProperty dp, System.Windows.EffectiveValueEntry&amp; entry) [0x0015a] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.ApplyStyleOrTemplateValue (MS.Internal.FrameworkObject fo, System.Windows.DependencyProperty dp) [0x00016] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.InvalidateContainerDependents (System.Windows.DependencyObject container, MS.Utility.FrugalStructList`1[System.Windows.ContainerDependent]&amp; exclusionContainerDependents, MS.Utility.FrugalStructList`1[System.Windows.ContainerDependent]&amp; oldContainerDependents, MS.Utility.FrugalStructList`1[System.Windows.ContainerDependent]&amp; newContainerDependents) [0x00092] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.DoThemeStyleInvalidations (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, System.Windows.Style style) [0x000aa] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.UpdateThemeStyleCache (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, System.Windows.Style&amp; themeStyleCache) [0x000b5] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.OnThemeStyleChanged (System.Windows.DependencyObject d, System.Object oldValue, System.Object newValue) [0x00008] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.StyleHelper.GetThemeStyle (System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce) [0x001a6] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.UpdateThemeStyleProperty () [0x0001b] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.OnInitialized (System.EventArgs e) [0x00025] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.TryFireInitialized () [0x00038] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.FrameworkElement.EndInit () [0x00031] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard (System.Xaml.XamlType xamlType, System.Object obj, System.Boolean begin) [0x00023] in &lt;3fc53d513cff40b6aec672c4761de80d&gt;:0 
   --- End of inner exception stack trace ---
  at System.Windows.Markup.XamlReader.RewrapException (System.Exception e, System.Xaml.IXamlLineInfo lineInfo, System.Uri baseUri) [0x00009] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Markup.WpfXamlLoader.Load (System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) [0x00120] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Markup.WpfXamlLoader.LoadBaml (System.Xaml.XamlReader xamlReader, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.Permissions.XamlAccessLevel accessLevel, System.Uri baseUri) [0x00017] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Markup.XamlReader.LoadBaml (System.IO.Stream stream, System.Windows.Markup.ParserContext parserContext, System.Object parent, System.Boolean closeStream) [0x0013d] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.LoadBamlStreamWithSyncInfo (System.IO.Stream stream, System.Windows.Markup.ParserContext pc) [0x0003b] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.LoadComponent (System.Uri resourceLocator, System.Boolean bSkipJournaledProperties) [0x00052] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.DoStartup () [0x0008d] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.&lt;.ctor&gt;b__1_0 (System.Object unused) [0x00027] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper (System.Object obj) [0x0001d] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in &lt;69ebfd1fc56040acade074e61bd61307&gt;:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in &lt;69ebfd1fc56040acade074e61bd61307&gt;:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in &lt;69ebfd1fc56040acade074e61bd61307&gt;:0 
  at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00047] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean&amp; handled) [0x00061] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean&amp; handled) [0x0003a] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
  at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG&amp;)
  at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage (System.Windows.Interop.MSG&amp; msg) [0x0001a] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Threading.Dispatcher.Run () [0x00006] in &lt;45f75a19b38c4545b1e5acf471ecc270&gt;:0 
  at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
  at System.Windows.Application.Run () [0x00009] in &lt;faa99c925ccd4a009f5d27827e0b2e1e&gt;:0 
</pre>
Locked