Hi.
I have a strange situation where WPF dispatcher hangs. The hang occurs on screen size change and main UI thread never continues execution.
Here is the stack trace of main UI thread.
I have a strange situation where WPF dispatcher hangs. The hang occurs on screen size change and main UI thread never continues execution.
Here is the stack trace of main UI thread.
[Managed to Native Transition] WindowsBase.dll!System.Windows.Threading.DispatcherSynchronizationContext.Wait(System.IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout) Unknown [Native to Managed Transition] WindowsBase.dll!System.Windows.WeakEventManager.DeliverEvent(object sender = {System.Windows.Interactivity.InvokeCommandAction}, System.EventArgs args = {System.EventArgs}) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnInheritanceContextChanged(System.EventArgs args = {System.EventArgs}) Unknown PresentationCore.dll!System.Windows.FreezableCollection<System.__Canon>.OnInheritanceContextChangedCore(System.EventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnInheritanceContextChanged(System.EventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnInheritanceContextChanged(System.EventArgs args = {System.EventArgs}) Unknown WindowsBase.dll!System.Windows.DependencyObject.ProvideSelfAsInheritanceContext(System.Windows.DependencyObject doValue, System.Windows.DependencyProperty dp) Unknown PresentationCore.dll!System.Windows.FreezableCollection<System.__Canon>.AddHelper(System.__Canon value) Unknown System.Xaml.dll!MS.Internal.Xaml.Runtime.ClrObjectRuntime.Add(object collection, System.Xaml.XamlType collectionType = {System.Windows.Baml2006.WpfXamlType}, object value, System.Xaml.XamlType valueXamlType) Unknown System.Xaml.dll!System.Xaml.XamlObjectWriter.Logic_DoAssignmentToParentCollection(MS.Internal.Xaml.Context.ObjectWriterContext ctx) Unknown System.Xaml.dll!System.Xaml.XamlObjectWriter.WriteEndObject() Unknown PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadTemplateXaml(System.Xaml.XamlReader templateReader, System.Xaml.XamlObjectWriter currentWriter) Unknown PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadTemplateXaml(System.Xaml.XamlObjectWriter objectWriter) Unknown PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadOptimizedTemplateContent(System.Windows.DependencyObject container, System.Windows.Markup.IComponentConnector componentConnector, System.Windows.Markup.IStyleConnector styleConnector, System.Collections.Generic.List<System.Windows.DependencyObject> affectedChildren, System.Windows.UncommonField<System.Collections.Hashtable> templatedNonFeChildrenField) Unknown PresentationFramework.dll!System.Windows.FrameworkTemplate.LoadContent(System.Windows.DependencyObject container, System.Collections.Generic.List<System.Windows.DependencyObject> affectedChildren) Unknown PresentationFramework.dll!System.Windows.StyleHelper.ApplyTemplateContent(System.Windows.UncommonField<System.Collections.Specialized.HybridDictionary[]> dataField, System.Windows.DependencyObject container, System.Windows.FrameworkElementFactory templateRoot, int lastChildIndex, System.Collections.Specialized.HybridDictionary childIndexFromChildID, System.Windows.FrameworkTemplate frameworkTemplate) Unknown PresentationFramework.dll!System.Windows.FrameworkTemplate.ApplyTemplateContent(System.Windows.UncommonField<System.Collections.Specialized.HybridDictionary[]> templateDataField, System.Windows.FrameworkElement container) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.ApplyTemplate() Unknown PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize = {System.Windows.Size}) Unknown PresentationFramework.dll!System.Windows.Controls.Border.MeasureOverride(System.Windows.Size constraint) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize = {System.Windows.Size}) Unknown PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize = {System.Windows.Size}) Unknown PresentationFramework.dll!System.Windows.Controls.StackPanel.MeasureOverride(System.Windows.Size constraint = {System.Windows.Size}) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) Unknown PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize = {System.Windows.Size}) Unknown PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() Unknown PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayoutCallback(object arg) Unknown PresentationCore.dll!System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() Unknown PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandlerCore(object resizedCompositionTarget) Unknown PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandler(object resizedCompositionTarget) Unknown PresentationCore.dll!System.Windows.Interop.HwndTarget.OnResize() Unknown PresentationCore.dll!System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) Unknown PresentationCore.dll!System.Windows.Interop.HwndSource.HwndTargetFilterMessage(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled = false) Unknown WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source = {System.Windows.Threading.Dispatcher}, System.Delegate method, object args, int numArgs, System.Delegate catchHandler = null) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!MS.Win32.HwndSubclass.DefWndProcWrapper(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown [Native to Managed Transition] WindowsBase.dll!System.ComponentModel.PropertyChangedEventManager.PrivateRemoveListener(System.ComponentModel.INotifyPropertyChanged source, System.Windows.IWeakEventListener listener, string propertyName) Unknown PresentationFramework.dll!MS.Internal.Data.PropertyPathWorker.ReplaceItem(int k, object newO, object parent) Unknown PresentationFramework.dll!MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(int k, System.ComponentModel.ICollectionView collectionView, object newValue, bool isASubPropertyChange) Unknown PresentationFramework.dll!MS.Internal.Data.ClrBindingWorker.AttachDataItem() Unknown PresentationFramework.dll!System.Windows.Data.BindingExpression.Disconnect() Unknown PresentationFramework.dll!System.Windows.Data.BindingExpression.Activate(object item) Unknown PresentationFramework.dll!System.Windows.Data.BindingExpression.OnDataContextChanged(System.Windows.DependencyObject contextElement) Unknown PresentationFramework.dll!System.Windows.Data.BindingExpression.HandlePropertyInvalidation(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args) Unknown PresentationFramework.dll!System.Windows.Data.BindingExpressionBase.OnPropertyInvalidation(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args) Unknown PresentationFramework.dll!System.Windows.Data.BindingExpression.OnPropertyInvalidation(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependentList.InvalidateDependents(System.Windows.DependencyObject source, System.Windows.DependencyPropertyChangedEventArgs sourceArgs) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown PresentationFramework.dll!System.Windows.TreeWalkHelper.OnInheritablePropertyChanged(System.Windows.DependencyObject d, System.Windows.InheritablePropertyChangeInfo info) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentPresenter}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.StartWalk(System.Windows.DependencyObject startNode, bool skipStartNode) Unknown PresentationFramework.dll!System.Windows.TreeWalkHelper.InvalidateOnInheritablePropertyChange(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.InheritablePropertyChangeInfo info, bool skipStartNode) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty dp, object value) Unknown PresentationFramework.dll!System.Windows.Controls.ContentPresenter.OnContentChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown PresentationFramework.dll!System.Windows.StyleHelper.InvalidateDependents(System.Windows.Style ownerStyle, System.Windows.FrameworkTemplate frameworkTemplate, System.Windows.DependencyObject container, System.Windows.DependencyProperty dp, ref MS.Utility.FrugalStructList<System.Windows.ChildPropertyDependent> dependents, bool invalidateOnlyContainer) Unknown PresentationFramework.dll!System.Windows.StyleHelper.OnTriggerSourcePropertyInvalidated(System.Windows.Style ownerStyle, System.Windows.FrameworkTemplate frameworkTemplate, System.Windows.DependencyObject container, System.Windows.DependencyProperty dp, System.Windows.DependencyPropertyChangedEventArgs changedArgs = {System.Windows.DependencyPropertyChangedEventArgs}, bool invalidateOnlyContainer, ref MS.Utility.FrugalStructList<MS.Utility.ItemStructMap<System.Windows.TriggerSourceRecord>> triggerSourceRecordFromChildIndex, ref MS.Utility.FrugalMap propertyTriggersWithActions = {MS.Utility.FrugalMap}, int sourceChildIndex) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal) Unknown WindowsBase.dll!System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty dp, object value) Unknown PresentationFramework.dll!System.Windows.Controls.Primitives.Selector.ClearContainerForItemOverride(System.Windows.DependencyObject element, object item) Unknown PresentationFramework.dll!System.Windows.Controls.ItemsControl.MS.Internal.Controls.IGeneratorHost.ClearContainerForItem(System.Windows.DependencyObject container, object item) Unknown PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.UnlinkContainerFromItem(System.Windows.DependencyObject container, object item) Unknown PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.RemoveAll() Unknown PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.OnRefresh() Unknown PresentationFramework.dll!System.Windows.Controls.ItemsControl.OnItemContainerStyleChanged(System.Windows.Style oldItemContainerStyle, System.Windows.Style newItemContainerStyle) Unknown PresentationFramework.dll!System.Windows.Controls.ItemsControl.OnItemContainerStyleChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown PresentationFramework.dll!System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown WindowsBase.dll!System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args) Unknown WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown PresentationFramework.dll!System.Windows.ResourceReferenceExpression.InvalidateTargetProperty(object sender, System.EventArgs e) Unknown PresentationFramework.dll!System.Windows.ResourceReferenceExpression.InvalidateExpressionValue(object sender, System.EventArgs e) Unknown PresentationFramework.dll!System.Windows.TreeWalkHelper.InvalidateResourceReferences(System.Windows.DependencyObject d, System.Windows.ResourcesChangeInfo info) Unknown PresentationFramework.dll!System.Windows.TreeWalkHelper.OnResourcesChanged(System.Windows.DependencyObject d, System.Windows.ResourcesChangeInfo info, bool raiseResourceChangedEvent) Unknown PresentationFramework.dll!System.Windows.TreeWalkHelper.OnResourcesChangedCallback(System.Windows.DependencyObject d, System.Windows.ResourcesChangeInfo info) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {SkinBase.NewsPage}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {SkinBase.NewsPage}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.TabItem}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.TabItem}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.TabControl}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.TabControl}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {SkinBase.StartPage}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {SkinBase.StartPage}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ItemsPresenter}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ItemsControl}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {SkinBase.ClientInterface}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {SkinBase.ClientInterface}, bool hasLogicalChildren) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown PresentationFramework.dll!System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.StartWalk(System.Windows.DependencyObject startNode, bool skipStartNode) Unknown PresentationFramework.dll!System.Windows.TreeWalkHelper.InvalidateOnResourcesChange(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.ResourcesChangeInfo info) Unknown PresentationFramework.dll!System.Windows.SystemResources.InvalidateTreeResources(object args) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source = {System.Windows.Threading.Dispatcher}, System.Delegate method, object args, int numArgs, System.Delegate catchHandler = null) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() Unknown mscorlib.dll!System.Threading.ExecutionContext.runTryCode(object userData) Unknown [Native to Managed Transition] mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool ignoreSyncCtx) Unknown mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) Unknown WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) Unknown WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) Unknown WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source = {System.Windows.Threading.Dispatcher}, System.Delegate method, object args, int numArgs, System.Delegate catchHandler = null) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Wait(System.TimeSpan timeout) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) Unknown System.dll!Microsoft.Win32.SystemEvents.SystemEventInvokeInfo.Invoke(bool checkFinalization = true, object[] args = {object[2]}) Unknown System.dll!Microsoft.Win32.SystemEvents.RaiseEvent(bool checkFinalization = true, object key = {object}, object[] args = {object[2]}) Unknown System.dll!Microsoft.Win32.SystemEvents.OnDisplaySettingsChanging() Unknown System.dll!Microsoft.Win32.SystemEvents.WindowProc(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam = 73074556) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Wait(System.TimeSpan timeout) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) Unknown System.dll!Microsoft.Win32.SystemEvents.SystemEventInvokeInfo.Invoke(bool checkFinalization = true, object[] args = {object[2]}) Unknown System.dll!Microsoft.Win32.SystemEvents.RaiseEvent(bool checkFinalization = true, object key = {object}, object[] args = {object[2]}) Unknown System.dll!Microsoft.Win32.SystemEvents.OnDisplaySettingsChanging() Unknown System.dll!Microsoft.Win32.SystemEvents.WindowProc(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam = 73074556) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Wait(System.TimeSpan timeout) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown WindowsBase.dll!System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) Unknown System.dll!Microsoft.Win32.SystemEvents.SystemEventInvokeInfo.Invoke(bool checkFinalization = true, object[] args = {object[2]}) Unknown System.dll!Microsoft.Win32.SystemEvents.RaiseEvent(bool checkFinalization = true, object key = {object}, object[] args = {object[2]}) Unknown System.dll!Microsoft.Win32.SystemEvents.WindowProc(System.IntPtr hWnd, int msg, System.IntPtr wParam, System.IntPtr lParam = 37028728) Unknown [Native to Managed Transition] [Managed to Native Transition] WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Unknown PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) Unknown PresentationFramework.dll!System.Windows.Application.Run() Unknown> GizmoClient.exe!Client.SingleInstanceManager.OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs e = {Microsoft.VisualBasic.ApplicationServices.StartupEventArgs}) Line 144 C# Microsoft.VisualBasic.dll!Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() Unknown Microsoft.VisualBasic.dll!Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(string[] commandLine) Unknown GizmoClient.exe!Client.EntryPoint.Main(string[] args = {string[2]}) Line 75 C#