Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-297093: Unknown partially mapped statement, statement = item => new System.Web.WebPages.HelperResult((System.IO.TextWriter __razor_template_writer) => { W‌rit

$
0
0
Reporter Slava Trenogin (derigel) Slava Trenogin (derigel)
Created Apr 23, 2012 6:56:05 PM
Updated Apr 23, 2012 6:56:05 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7.0 Version=7.0.0.0, Built=2012-04-23T11:09:15, Configuration=“Csharp InternalMode Vbnet VS1100”
Unknown partially mapped statement, statement = item => new System.Web.WebPages.HelperResult((System.IO.TextWriter __razor_template_writer) => { W‌riteLiteralTo(__razor_template_writer, @"foo;"); });, node type = JetBrains.ReSharper.Psi.Razor.Impl.Tree.RazorImplicitExpression

--- EXCEPTION #1/1 [LoggerException]
Message = “Unknown partially mapped statement, statement = item => new System.Web.WebPages.HelperResult((System.IO.TextWriter __razor_template_writer) => { W‌riteLiteralTo(__razor_template_writer, @"foo;"); });, node type = JetBrains.ReSharper.Psi.Razor.Impl.Tree.RazorImplicitExpression”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cshtml
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50317.0
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logger.LogError(String format, Object[] args) in d:\ReSharper\Platform\src\Util\src\Logger\Logger.cs:line 613
     at JetBrains.ReSharper.Psi.Razor.Impl.CustomHandlers.RazorPsiServicesBase.GetOriginalNodeAndType(IStatement codeBehindStatement, Boolean first, TreeTextRange`1 generatedTreeRange) in d:\ReSharper\Psi.Features\src\Psi\Razor\src\Impl\CustomHandlers\RazorPsiServicesBase.cs:line 350
     at JetBrains.ReSharper.Psi.Razor.CSharp.Impl.CustomHandlers.RazorCSharpPsiServices.GetOriginalNodeAndTypeInternal(IBlock block, ITreeNode codeBehindStatement, Boolean first, TreeTextRange`1 generatedTreeRange) in d:\ReSharper\Psi.Features\src\Psi\Razor.CSharp\src\Impl\CustomHandlers\RazorCSharpPsiServices.cs:line 450
     at JetBrains.ReSharper.Psi.Razor.CSharp.Impl.CustomHandlers.RazorCSharpPsiServices.GetOriginalNodeAndType(IBlock block, ITreeNode codeBehindStatement, Boolean first, Predicate`1 checker) in d:\ReSharper\Psi.Features\src\Psi\Razor.CSharp\src\Impl\CustomHandlers\RazorCSharpPsiServices.cs:line 414
     at JetBrains.ReSharper.Psi.Razor.CSharp.Impl.CustomHandlers.RazorCSharpPsiServices.GetOriginalNodeAndTypeWithChecker(ITreeNode codeBehindStatement, Boolean first, Predicate`1 checker) in d:\ReSharper\Psi.Features\src\Psi\Razor.CSharp\src\Impl\CustomHandlers\RazorCSharpPsiServices.cs:line 339
     at JetBrains.ReSharper.Psi.Razor.CSharp.Impl.CustomHandlers.RazorCSharpPsiServices.GetOriginalNodeAndType(ITreeNode codeBehindStatement, Boolean first) in d:\ReSharper\Psi.Features\src\Psi\Razor.CSharp\src\Impl\CustomHandlers\RazorCSharpPsiServices.cs:line 329
     at JetBrains.ReSharper.Psi.Services.Razor.CSharp.RazorCSharpCustomIndentHandler.IndentHandler(ITreeNode node, CustomIndentType indentType, CSharpIndentHelper helper, CSharpCodeFormattingSettings settings) in d:\ReSharper\Psi.Features\src\Psi\Services\Razor.CSharp\src\RazorCSharpCustomIndentHandler.cs:line 118
     at JetBrains.ReSharper.Psi.Services.Razor.CSharp.RazorCSharpCustomIndentHandler.Indent(ITreeNode node, CustomIndentType indentType, CSharpCodeFormattingSettings settings) in d:\ReSharper\Psi.Features\src\Psi\Services\Razor.CSharp\src\RazorCSharpCustomIndentHandler.cs:line 80
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.<>c__DisplayClass3.<GetCustomLineIndent>b__0(ICustomIndentHandler handler) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\Indenting\CSharpIndentingStage.cs:line 58
     at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
     at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.GetCustomLineIndent(ITreeNode node, CustomIndentType indentType) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\Indenting\CSharpIndentingStage.cs:line 55
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.CalcIndent(FormattingStageContext context) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\Indenting\CSharpIndentingStage.cs:line 72
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.DoIndent(FormattingStageContext context) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\Indenting\CSharpIndentingStage.cs:line 48
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpIndentingStage.DoIndent(FormattingRange formattingRange, CSharpCodeFormattingContext context, CSharpCodeFormattingSettings settings, Boolean dontStickComments, IProgressIndicator progress) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\Indenting\CSharpIndentingStage.cs:line 39
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpFormatterImplHelper.DoIndent(CSharpCodeFormattingContext context, CSharpCodeFormattingSettings settings, Boolean dontStickComments, IProgressIndicator progress) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\CSharpFormatterImplHelper.cs:line 230
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.CSharpFormatterImplHelper.DoFormatAndIndent(CSharpCodeFormattingContext context, CSharpCodeFormattingSettings settings, CSharpFormatProfile profile, IProgressIndicator progress) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\CSharpFormatterImplHelper.cs:line 237
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.Formatter.CSharpCodeFormatter.Format(ITreeNode firstElement, ITreeNode lastElement, CSharpFormatProfile profile, IProgressIndicator progressIndicator, IContextBoundSettingsStore overrideSettingsStore) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\CSharpCodeFormatter.cs:line 164
     at JetBrains.ReSharper.Psi.CSharp.Impl.CodeStyle.Formatter.CSharpCodeFormatter.Format(ITreeNode firstElement, ITreeNode lastElement, CodeFormatProfile profile, IProgressIndicator progressIndicator, IContextBoundSettingsStore overrideSettingsStore) in d:\ReSharper\Psi.Features\src\Psi\CSharp\src\Impl\CodeStyle\Formatter\CSharpCodeFormatter.cs:line 108
     at JetBrains.ReSharper.Psi.CodeStyle.CodeFormatterHelper.Format(ICodeFormatter formatter, ITreeNode firstElement, ITreeNode lastElement, CodeFormatProfile profile) in d:\ReSharper\Psi.Features\src\Psi\_Core\src\CodeStyle\CodeFormatterHelper.cs:line 123
     at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.DoFormatStatementOnSemicolon(ITextControl textControl) in d:\ReSharper\Psi.Features\src\Services\CSharp\src\TypingAssist\CSharpTypingAssistBase.cs:line 821
     at JetBrains.ReSharper.Feature.Services.CSharp.TypingAssist.CSharpTypingAssistBase.HandleSemicolonTyped(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\CSharp\src\TypingAssist\CSharpTypingAssistBase.cs:line 771
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.ChainedContextBase`2.CallNext() in d:\ReSharper\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 167
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Handle[TContext,THandler](TContext context, List`1 handlers, ChainedContextBase`2 chainedContextFactory) in d:\ReSharper\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 64
     at JetBrains.ReSharper.Feature.Services.TypingAssist.TypingAssistManager.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\_Core\src\TypingAssist\TypingAssistManager.cs:line 34
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Feature.Services.Html.TypingAssist.ChangedTagNameTracker.HandleAction(ITextControl textControl, Action action, Func`2 selRangeConverter, Boolean shouldReCheckAfterNoMarkers) in d:\ReSharper\Psi.Features\src\Services\Html\src\TypingAssist\ChangedTagNameTracker.cs:line 296
     at JetBrains.ReSharper.Feature.Services.Html.TypingAssist.ChangedTagNameTracker.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\Html\src\TypingAssist\ChangedTagNameTracker.cs:line 476
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Feature.Services.Html.TypingAssist.ChangedTagNameTracker.HandleAction(ITextControl textControl, Action action, Func`2 selRangeConverter, Boolean shouldReCheckAfterNoMarkers) in d:\ReSharper\Psi.Features\src\Services\Html\src\TypingAssist\ChangedTagNameTracker.cs:line 296
     at JetBrains.ReSharper.Feature.Services.Html.TypingAssist.ChangedTagNameTracker.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\Html\src\TypingAssist\ChangedTagNameTracker.cs:line 476
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Feature.Services.Html.TypingAssist.ChangedTagNameTracker.HandleAction(ITextControl textControl, Action action, Func`2 selRangeConverter, Boolean shouldReCheckAfterNoMarkers) in d:\ReSharper\Psi.Features\src\Services\Html\src\TypingAssist\ChangedTagNameTracker.cs:line 327
     at JetBrains.ReSharper.Feature.Services.Html.TypingAssist.ChangedTagNameTracker.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\Html\src\TypingAssist\ChangedTagNameTracker.cs:line 476
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.LiveTemplates.Execution.LiveTemplateTracker.TypingHandler.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\LiveTemplates\_Core\src\Actions\LiveTemplateTracker.cs:line 100
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.NextTypingHandler.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\_Core\src\CodeCompletion\NextTypingHandler.cs:line 39
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Feature.Services.CodeCompletion.IntellisenseManager.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\_Core\src\CodeCompletion\IntellisenseManager.cs:line 217
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Features.Intellisense.ParameterInfo.ParameterInfoPopupControllerImpl.TypingHandler.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Features\Intellisense\src\ParameterInfo\ParameterInfoPopupControllerImpl.cs:line 337
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Features.Environment.Tips.TipsManagerTypingHandler.<>c__DisplayClass2.<.ctor>b__0(ITypingContext context) in d:\ReSharper\Psi.Features\src\Features\Environment\src\Tips\SolutionEventListener.cs:line 22
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.ReSharper.Feature.Services.TypingAssist.SkippingTypingAssist.Type(ITypingContext typingContext) in d:\ReSharper\Psi.Features\src\Services\_Core\src\TypingAssist\SkippingTypingAssist.cs:line 54
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallNext() in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 163
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.TypingContext.CallFirst(Lifetime lifetime, TypingHandler[] handlers, ITextControl textControl, Char ch, IShellLocks locks) in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 142
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.<>c__DisplayClass7.<Type>b__6(Lifetime lifetime1) in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 110
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in d:\ReSharper\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 26
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.<>c__DisplayClass7.<Type>b__5(Lifetime lifetime) in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 107
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in d:\ReSharper\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 26
     at JetBrains.TextControl.Impl.TextControlTypingHandlers.Type(ITextControl textControl, Char c) in d:\ReSharper\Platform\src\TextControl\src\impl\TextControlTypingHandlersManager.cs:line 104
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass12.<TryDelegateToReSharper_Typing>b__10() in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 307
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun) in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 351
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass12.<TryDelegateToReSharper_Typing>b__11() in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 311
     at JetBrains.DocumentModel.Impl.DocumentBase.ExpectCallbacksFromUnderlyingStore(Action F) in d:\ReSharper\Platform\src\Documents\src\impl\DocumentBase.cs:line 94
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper_Typing(IntPtr pvaIn, Action`1 FExecDelegateBackToVs) in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 310
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed) in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 258
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass19.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__17() in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 406
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in d:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in d:\ReSharper\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 414
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) in d:\ReSharper\Platform\src\VisualStudio\Core\src\TextControl\VsTextControlOleCommandTarget.cs:line 395
     at Microsoft.VisualStudio.Editor.Implementation.CommandChainNode.InnerExec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.SendCommand(Guid cmdGroup, UInt32 cmdID, Object inParam)
     at Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.TextInput(TextCompositionEventArgs args)
     at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<DispatchTextInputEvents>b__0(KeyProcessor p, TextCompositionEventArgs args)
     at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c__DisplayClass1e`1.<Dispatch>b__1a()
     at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)
     at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.Dispatch[T](Action`2 action, T args)
     at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c__DisplayClass18.<MakeHandler>b__17(Object sender, TextCompositionEventArgs args)
     at System.Windows.Input.TextCompositionEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     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.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.TextCompositionManager.UnsafeCompleteComposition(TextComposition composition)
     at System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
     at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.TextCompositionManager.UnsafeStartComposition(TextComposition composition)
     at System.Windows.Input.TextCompositionManager.PostProcessInput(Object sender, ProcessInputEventArgs e)
     at System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndKeyboardInputProvider.ProcessTextInputAction(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at System.Windows.Interop.HwndKeyboardInputProvider.FilterMessage(IntPtr hwnd, WindowMessage message, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>