Reporter | Ivan Shakhov (Ivan.Shakhov) |
---|---|
Created | Apr 28, 2012 2:05:30 PM |
Updated | Apr 28, 2012 2:05: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.0 Version=7.0.0.0, Built=2012-04-26T08:27:32, 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 = “
”
--- 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.50323.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
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 129 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 634 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 165 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 107 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 76 at JetBrains.Util.FileSystemPathEx.ReadBinaryStream[T](FileSystemPath path, Func`2 FRead) in c:\Work\ReSharper\mainhg\Platform\src\Util\src\FileSystemPathEx.cs:line 319 at JetBrains.ProjectModel.Persistence.SolutionPersistenceOperations.Load(SolutionElement solution) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\Persistence\SolutionPersistenceOperations.cs:line 75
--- 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.50323.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 89 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 95 at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerSync.ExecuteOneTask(SolutionLoadTask task) in c:\Work\ReSharper\mainhg\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerSync.cs:line 55 at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 42 at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 31 at JetBrains.VsIntegration.ProjectModel.VsSolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VsSolutionLoadTasksScheduler.cs:line 26 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 openSolution, Boolean sync) in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 236 at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<OnBeforeBackgroundSolutionLoadBegins>b__4() in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 216 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.DevTen.Src.ProjectModel.VsSolutionManager10.OnBeforeBackgroundSolutionLoadBegins() in c:\Work\ReSharper\mainhg\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 215 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)