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

RSRP-298287: Unable to read beyond the end of the stream.

$
0
0
Reporter Jeroen Haegebaert (jeroenh) Jeroen Haegebaert (jeroenh)
Created Apr 29, 2012 11:16:33 PM
Updated Apr 29, 2012 11:16:33 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 EAP for Visual Studio 11 Beta Version=7.0.27.91, Built=2012-04-27T21:11:18, Configuration=“Csharp PublicMode Vbnet VS1100”
Unable to read beyond the end of the stream.

--- EXCEPTION #1/2 [EndOfStreamException]
Message = “Unable to read beyond the end of the stream.”
ExceptionPath = Root.InnerException
ClassName = System.IO.EndOfStreamException
HResult = COR_E_ENDOFSTREAM=80070026
Source = mscorlib
StackTraceString = “
  at System.IO.BinaryReader.ReadString()
     at JetBrains.ProjectModel.Impl.GuidProjectReference.ReadReference(BinaryReader reader, ProjectImpl project) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\References\Impl\GuidProjectReference.cs:line 130
     at JetBrains.ProjectModel.Impl.ReferencesCollection`1.ReadKnownProjectToModuleReferences(Lifetime lifetime, BinaryReader reader, ProjectImpl project) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\References\ReferencesCollection.cs:line 100
     at JetBrains.ProjectModel.ProjectImpl.ReadProject(BinaryReader reader, SolutionElement solutionElement, ProjectSerializationIndex index, ProjectFolderImpl containingFolder, FileSystemPath baseLocation) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectImpl.cs:line 634
     at JetBrains.ProjectModel.Impl.ProjectsCollection.ReadTopLevelProjects(BinaryReader reader, SolutionElement solutionElement, FileSystemPath baseLocation) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\ProjectsCollection.cs:line 165
     at JetBrains.ProjectModel.Impl.SolutionElement.ReadSolution(BinaryReader reader) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionElement.cs:line 78
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.ReadStream(BinaryReader reader, SolutionElement solution) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 107
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.<>c__DisplayClass6.<Load>b__4(BinaryReader reader) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 76
     at JetBrains.Util.FileSystemPathEx.ReadBinaryStream[T](FileSystemPath path, Func`2 FRead) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\FileSystemPathEx.cs:line 319
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.Load(SolutionElement solution) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 75


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Unable to read beyond the end of the stream.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.Load(SolutionElement solution) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 81
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<>c__DisplayClass2.<EnqueueLoadFromCache>b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 95
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 56
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 42
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 31
     at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 163
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 236
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<OnBeforeBackgroundSolutionLoadBegins>b__4() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 216
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnBeforeBackgroundSolutionLoadBegins() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 218
     at Microsoft.VisualStudio.Shell.Interop.IVsSolution.OpenSolutionFile(UInt32 grfOpenOpts, String pszFilename)
     at Microsoft.VisualStudio.PlatformUI.ProjectMruItem.OnOpen()
     at Microsoft.VisualStudio.PlatformUI.MruItem.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(String commandName, IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut, Boolean moveToTop)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.InvokeCommand(String command, Int32 index)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(String openCommandName, Object sender, ExecutedRoutedEventArgs e)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
     at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
     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.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs)
     at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.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.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at 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>