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

RSRP-297421: mySolutionManager.IsSolutionValid(this)

$
0
0
Reporter Sergey Coox (coox) Sergey Coox (coox)
Created Apr 24, 2012 5:52:20 PM
Updated Apr 24, 2012 5:52:20 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-23T16:41:14, Configuration=“Csharp InternalMode 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.Util
StackTraceString = “
  at JetBrains.Util.Assertion.Fail(String message) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Assertion.cs:line 54
     at JetBrains.Util.Assertion.Assert(Boolean condition, String message) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Assertion.cs:line 15
     at JetBrains.ProjectModel.Impl.SolutionElement.AssertIsValid() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\impl\SolutionElement.cs:line 272
     at JetBrains.ProjectModel.ProjectImpl.AssertIsValid() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectImpl.cs:line 247
     at JetBrains.ProjectModel.ProjectItemBase.AssertIsValid() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectItemBase.cs:line 155
     at JetBrains.ProjectModel.Impl.CachedProjectItemValue`2.GetValue() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\impl\CachedProjectItemValue.cs:line 38
     at JetBrains.ProjectModel.ProjectFileImpl.get_Location() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFileImpl.cs:line 77
     at JetBrains.ProjectModel.Impl.SolutionStructure.AddProjectItem(IProjectItem projectItem) in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\impl\SolutionStructure.cs:line 70
     at JetBrains.ProjectModel.Impl.SolutionStructure.OnProjectItemAdded(IProjectItem projectItem) in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\impl\SolutionStructure.cs:line 23
     at JetBrains.ProjectModel.ProjectFolderImpl.AddSubItem(ProjectItemBase child) in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFolderImpl.cs:line 211
     at JetBrains.ProjectModel.ProjectImpl.AddSubItem(ProjectItemBase child) in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectImpl.cs:line 380
     at JetBrains.ProjectModel.ProjectFolderImpl.CreateFileInternal(FileSystemPath location) in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFolderImpl.cs:line 278
     at JetBrains.ProjectModel.ProjectFolderImpl.DoCreateFile(FileSystemPath location) in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFolderImpl.cs:line 311
     at JetBrains.ProjectModel.Impl.SolutionElement.InitializationCompleted() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\impl\SolutionElement.cs:line 473
     at JetBrains.ProjectModel.Impl.SolutionManagerBase.<>c__DisplayClass6.<CreateSolutionInstance>b__3() in c:\Work\ReSharper\Main.hg\Platform\src\Projects\src\impl\SolutionManagerBase.cs:line 147
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.<ExecuteTasks>b__1() in c:\Work\ReSharper\Main.hg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 793
     at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Threading\ShellLocks.cs:line 989
     at JetBrains.Application.IShellLocksEx.<>c__DisplayClass4.<ExecuteOrQueueReadLock>b__3() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Threading\ShellLocks.cs:line 813
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Work\ReSharper\Main.hg\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.Util.Logger.LogException(Exception ex) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Logger\Logger.cs:line 622
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 276
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 303
     at JetBrains.Threading.IThreadingEx.ExecuteOrQueue(IThreading thіs, String name, Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Threading\Invocator.cs:line 218
     at JetBrains.Application.IShellLocksEx.ExecuteOrQueueReadLock(IShellLocks thіs, String name, Action F) in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\Threading\ShellLocks.cs:line 813
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.<ExecuteTasks>b__0() in c:\Work\ReSharper\Main.hg\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 788
     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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles