Reporter | Martin Moe (brumlemann) |
---|---|
Created | Jan 26, 2012 7:54:25 PM |
Updated | Jan 26, 2012 7:54:28 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 6.1 Version=6.1.37.86, Built=2011-12-20T20:15:24, Configuration=“Csharp InternalMode Vbnet VS1000”
The solution does not have a solution file.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The solution does not have a solution file.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.ReSharper.VS
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The solution does not have a solution file.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
The solution does not have a solution file.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The solution does not have a solution file.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.ReSharper.VS
StackTraceString = “
at JetBrains.ReSharper.VS.SolutionBuilder.VsSolutionBuilder.CreateBuildSessionFromVsSolution(ISolution solution, BuildSessionSeverity severity, IProject[] projectsToBuild) at JetBrains.ReSharper.VS.SolutionBuilder.VsSolutionBuilder.CreateSession(BuildSessionSeverity severity, IProject[] projectsToBuild) at JetBrains.ReSharper.VS.SolutionBuilder.VsSolutionBuilder.<>c__DisplayClass22.<OnBuildBegin>b__1f() at JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F) at JetBrains.Application.ReadLockCookie.Execute(Action action) at JetBrains.ReSharper.VS.SolutionBuilder.VsSolutionBuilder.<>c__DisplayClass22.<OnBuildBegin>b__1e() at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The solution does not have a solution file.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__4(QueuedAction action) at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() at JetBrains.Threading.JetDispatcher.Closure.Execute() at JetBrains.Threading.JetDispatcher.ProcessQueue() 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.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) 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.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at Microsoft.VisualStudio.TestTools.Common.NativeMethods.DispatchMessage(Msg& msg) at Microsoft.VisualStudio.TestTools.TestCaseManagement.SolutionIntegrationManager.BuildSolution(IVsHierarchy[] projectsToBuild) at Microsoft.VisualStudio.TestTools.TestCaseManagement.TestExecutionManager.BuildProjects(IVsHierarchy[] projects, BuildFailureResponse buildFailureResponse, Boolean& buildSucceeded) at Microsoft.VisualStudio.TestTools.TestCaseManagement.TestExecutionManager.SaveAndBuildProjectsHelper(Func`1 projectObtainer, BuildFailureResponse buildFailureResponse, Boolean& buildSucceeded) at Microsoft.VisualStudio.TestTools.TestCaseManagement.TestExecutionManager.SaveAndBuildProjectsIfNeeded(IVsHierarchy[] projects, BuildFailureResponse buildFailureResponse, Boolean& buildSucceeded) at Microsoft.VisualStudio.TestTools.TestCaseManagement.TestsDirtyStateManager.SynchronizeTests(Boolean resetTmiCatalog, BuildFailureResponse buildFailureResponse, Predicate`1 testProjectFilter) at Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage.RunAllTests(Boolean debug, BuildFailureResponse buildFailureResponse) at Microsoft.VisualStudio.TestTools.TestCaseManagement.QualityToolsPackage.OnRunTestsFromContext(Object sender, EventArgs e) at Microsoft.VisualStudio.Shell.OleMenuCommand.Invoke(Object inArg, IntPtr outArg, OLECMDEXECOPT options) at Microsoft.VisualStudio.Shell.OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut) at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut)