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

RSRP-292794: Exception happened while reading solution Byte array for GUID must be exactly 16 bytes long.

$
0
0
Reporter Ivan Shakhov (Ivan.Shakhov) Ivan Shakhov (Ivan.Shakhov)
Created Apr 4, 2012 6:21:56 PM
Updated Apr 4, 2012 11:31:25 PM
Resolved Apr 4, 2012 8:29:27 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Fixed
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build 7.0.10.157
ReSharper 7.0 Version=7.0.0.0, Built=2012-04-04T13:28:47, Configuration=“Csharp PublicMode Vbnet VS1100”
Exception happened while reading solution Byte array for GUID must be exactly 16 bytes long.

--- EXCEPTION #1/2 [ArgumentException]
Message = “Byte array for GUID must be exactly 16 bytes long.”
ExceptionPath = Root.InnerException
ClassName = System.ArgumentException
HResult = COR_E_ARGUMENT=E_INVALIDARG=80070057
Source = mscorlib
StackTraceString = “
  at System.Guid..ctor(Byte[] b)
     at JetBrains.ProjectModel.Impl.GuidProjectReference.ReadReference(BinaryReader reader, ProjectImpl project) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\model2\References\Impl\GuidProjectReference.cs:line 128
     at JetBrains.ProjectModel.Impl.ReferencesCollection`1.ReadKnownProjectToModuleReferences(Lifetime lifetime, BinaryReader reader, ProjectImpl project) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\model2\References\ReferencesCollection.cs:line 101
     at JetBrains.ProjectModel.ProjectImpl.ReadProject(BinaryReader reader, SolutionElement solutionElement, ProjectSerializationIndex index, ProjectFolderImpl containingFolder, FileSystemPath baseLocation) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectImpl.cs:line 607
     at JetBrains.ProjectModel.Impl.ProjectsCollection.ReadTopLevelProjects(BinaryReader reader, SolutionElement solutionElement, FileSystemPath baseLocation) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\impl\ProjectsCollection.cs:line 162
     at JetBrains.ProjectModel.Impl.SolutionElement.ReadSolution(BinaryReader reader) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\impl\SolutionElement.cs:line 79
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.ReadStream(BinaryReader reader, SolutionElement solution) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 100
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.<>c__DisplayClass6.<Load>b__4(BinaryReader reader) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 69
     at JetBrains.Util.FileSystemPathEx.ReadBinaryStream[T](FileSystemPath path, Func`2 FRead) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\FileSystemPathEx.cs:line 318
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.Load(SolutionElement solution) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 68


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Exception happened while reading solution Byte array for GUID must be exactly 16 bytes long.”
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.Util.Logger.LogException(String comment, Exception ex) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Logger\Logger.cs:line 631
     at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.Load(SolutionElement solution) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 82
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<>c__DisplayClass2.<EnqueueLoadFromCache>b__0() in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 93
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.ExecuteTask01_LoadSolutionFromCache(Action actionToExecute) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 831
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.<DispatchInternal>b__0(IProgressIndicator pi) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 784
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary) in c:\Work\ReSharper\mainhg\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 315
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.<>c__DisplayClass11.<RunStartTask>b__10() in c:\Work\ReSharper\mainhg\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 295
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     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.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(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)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at System.Windows.Forms.Form.ShowDialog()
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.<>c__DisplayClass3.<RunCore>b__0(Lifetime lifetime) in c:\Work\ReSharper\mainhg\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 125
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 47
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, Boolean enforceModalityState) in c:\Work\ReSharper\mainhg\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 84
     at JetBrains.UI.Application.Progress.UITaskExecutorRuns.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task) in c:\Work\ReSharper\mainhg\Platform\src\UI\src\Progress\UITaskExecutorRuns.cs:line 188
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchInternal() in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 768
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchTasks() in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 763
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 161
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean afterOpenSolution) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 238
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.<>c__DisplayClass10.<OnAfterOpenSolution>b__f() in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 208
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 414
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OnAfterOpenSolution(Object pUnkReserved, Int32 fNewSolution) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 203
     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