Reporter | ReSharper anonymous (resharper) |
---|---|
Created | Apr 19, 2012 12:30:05 AM |
Updated | Apr 19, 2012 12:30:08 AM |
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.17.105, Built=2012-04-18T06:45:50, Configuration=“Csharp PublicMode Vbnet VS1100”
mySolutionManager.IsSolutionValid(this)
--- EXCEPTION #1/2 [AssertionException]
Message = mySolutionManager.IsSolutionValid(this)
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.ProjectModel
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = mySolutionManager.IsSolutionValid(this)
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 = “
”
mySolutionManager.IsSolutionValid(this)
--- EXCEPTION #1/2 [AssertionException]
Message = mySolutionManager.IsSolutionValid(this)
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.ProjectModel
StackTraceString = “
at JetBrains.ProjectModel.Impl.SolutionElement.AssertIsValid() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionElement.cs:line 272 at JetBrains.ProjectModel.ProjectImpl.AssertIsValid() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectImpl.cs:line 247 at JetBrains.ProjectModel.ProjectItemBase.AssertIsValid() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectItemBase.cs:line 176 at JetBrains.ProjectModel.Impl.CachedProjectItemValue`2.GetValue() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\CachedProjectItemValue.cs:line 35 at JetBrains.ProjectModel.ProjectFileImpl.get_Location() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFileImpl.cs:line 77 at JetBrains.ProjectModel.Impl.SolutionStructure.AddProjectItem(IProjectItem projectItem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionStructure.cs:line 70 at JetBrains.ProjectModel.Impl.SolutionStructure.OnProjectItemAdded(IProjectItem projectItem) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionStructure.cs:line 23 at JetBrains.ProjectModel.ProjectFolderImpl.AddSubItem(ProjectItemBase child) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFolderImpl.cs:line 197 at JetBrains.ProjectModel.ProjectImpl.AddSubItem(ProjectItemBase child) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectImpl.cs:line 380 at JetBrains.ProjectModel.ProjectFolderImpl.DoCreateFile(FileSystemPath location) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFolderImpl.cs:line 305 at JetBrains.ProjectModel.Impl.SolutionElement.InitializationCompleted() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionElement.cs:line 473 at JetBrains.ProjectModel.Impl.SolutionManagerBase.<>c__DisplayClass6.<CreateSolutionInstance>b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 147 at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.ExecuteTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 781 at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchInternal(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 770 at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchTasks(Boolean background) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 765 at JetBrains.ProjectModel.Impl.SolutionManagerBase.CreateSolutionInstance(SolutionElement solutionElement) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 160 at JetBrains.VsIntegration.ProjectModel.VSSolutionManager.OpenVSSolution(Boolean openSolution, Boolean sync) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 237 at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<OnAfterBackgroundSolutionLoadComplete>b__5() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 248 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
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = mySolutionManager.IsSolutionValid(this)
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.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.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 251 at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult) at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass26.<GetCallbackForMultipleParent>b__25(Task`1[] _) at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass2c.<GetCallback>b__2b() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj) 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.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution) at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task) at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask() at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue() at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.<OnTaskQueued>b__0() 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)