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

RSRP-303334: The span does not belong to a source snapshot of the projection snapshot

$
0
0
Reporter Alexander I. Zaytsev (hazzik) Alexander I. Zaytsev (hazzik)
Created May 18, 2012 9:27:00 AM
Updated May 18, 2012 9:40:30 AM
Resolved May 18, 2012 9:40:30 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Duplicate
Assignee Ilya Ryzhenkov (orangy)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7 EAP Version=7.0.44.81, Built=2012-05-15T17:22:44, Configuration=“Csharp PublicMode Vbnet VS1000”
The span does not belong to a source snapshot of the projection snapshot

--- EXCEPTION #1/2 [ArgumentException]
Message = “The span does not belong to a source snapshot of the projection snapshot”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = COR_E_ARGUMENT=E_INVALIDARG=80070057
Source = Microsoft.VisualStudio.Platform.VSEditor
StackTraceString = “
  at Microsoft.VisualStudio.Text.Projection.Implementation.ElisionSnapshot.MapFromSourceSnapshot(SnapshotSpan span)
     at Microsoft.VisualStudio.Text.Projection.Implementation.BufferGraph.MapUpOneLevel(List`1 spans, ITextSnapshot& chosenSnapshot, Predicate`1 match, List`1 topSpans)
     at Microsoft.VisualStudio.Text.Projection.Implementation.BufferGraph.CheckedMapUpToBuffer(SnapshotSpan span, SpanTrackingMode trackingMode, Predicate`1 match)
     at Microsoft.VisualStudio.Text.Projection.Implementation.BufferGraph.MapUpToBuffer(SnapshotSpan span, SpanTrackingMode trackingMode, ITextBuffer targetBuffer)
     at Microsoft.VisualStudio.Text.Implementation.MappingSpan.GetSpans(ITextBuffer targetBuffer)
     at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.<InternalGetTags>d__2e.MoveNext()
     at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.<GetTags>d__8.MoveNext()
     at JetBrains.VsIntegration.DevTen.Markup.VsHighlightingVisualManager.AddAdornments(IMappingSpan mappingSpan) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\Markup\VsHighlightingVisualManager.cs:line 69
     at JetBrains.VsIntegration.DevTen.Markup.VsHighlightingVisualManager.OnLayoutChanged(Object sender, TextViewLayoutChangedEventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\Markup\VsHighlightingVisualManager.cs:line 106


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “The span does not belong to a source snapshot of the projection snapshot”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.VsIntegration.DevTen.Markup.VsHighlightingVisualManager.OnLayoutChanged(Object sender, TextViewLayoutChangedEventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\Markup\VsHighlightingVisualManager.cs:line 111
     at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)
     at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.RaiseLayoutChangeEvent(Double effectiveViewportWidth, Double effectiveViewportHeight, IList`1 newOrReformattedLines, IList`1 translatedLines)
     at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.PerformLayout(ITextSnapshot newSnapshot, ITextSnapshot newVisualSnapshot, SnapshotPoint anchorPosition, Double verticalDistance, ViewRelativePosition relativeTo, Double effectiveViewportWidth, Double effectiveViewportHeight)
     at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.DisplayTextLineContainingBufferPosition(SnapshotPoint bufferPosition, Double verticalDistance, ViewRelativePosition relativeTo, Nullable`1 viewportWidthOverride, Nullable`1 viewportHeightOverride)
     at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.DisplayTextLineContainingBufferPosition(SnapshotPoint bufferPosition, Double verticalDistance, ViewRelativePosition relativeTo)
     at Microsoft.VisualStudio.Text.Editor.Implementation.DefaultViewScroller.ScrollViewportVerticallyByPixels(Double pixelsToScroll)
     at Microsoft.VisualStudio.Text.Editor.Implementation.MasterMouseProcessor.ScrollByLines(Int32 lines)
     at Microsoft.VisualStudio.Text.Editor.Implementation.MasterMouseProcessor.DefaultMouseWheelHandler(Object sender, MouseWheelEventArgs e)
     at Microsoft.VisualStudio.Text.Utilities.WpfMouseProcessor.UIElement_MouseWheel(Object sender, MouseWheelEventArgs e)
     at System.Windows.Input.MouseWheelEventArgs.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.RaiseEvent(RoutedEventArgs e)
     at Microsoft.VisualStudio.Platform.WindowManagement.HwndSourceTracker.HandleMouseWheel(IntPtr wParam, Boolean& handled)
     at Microsoft.VisualStudio.Platform.WindowManagement.HwndSourceTracker.HwndSource_MessageHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(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.Dispatcher.InvokeImpl(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>