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

RSRP-156652: InvalidOperationException : Could not open the project file C:\Work\ReSharper\Main\src\ReSharper.sln because it does not belong to any known Visual St

$
0
0
Reporter Olga Lobacheva (olka) Olga Lobacheva (olka)
Created Feb 15, 2010 2:38:57 PM
Updated Feb 13, 2012 8:01:06 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Serge Baltic (baltic)
Subsystem No subsystem
Affected versions 5.0
Fixed in build No Fixed in build
ReSharper 5 Version=5.0.1615.19, Built=2010-02-12T13:25:28, Configuration=“Csharp InternalMode Vbnet VS0900”
Could not open the project file C:\Work\ReSharper\Main\src\ReSharper.sln because it does not belong to any known Visual Studio project.

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Could not open the project file C:\Work\ReSharper\Main\src\ReSharper.sln because it does not belong to any known Visual Studio project.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ReSharper.VSIntegration
StackTraceString = “at JetBrains.VsIntegration.EditorManager.VsEditorManager.CreateTextControlForFile(IProjectItem file, FileView fileViewPrimary, Boolean activate) in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 153”

--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Could not open the project file C:\Work\ReSharper\Main\src\ReSharper.sln because it does not belong to any known Visual Studio project.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.VsIntegration.EditorManager.VsEditorManager.CreateTextControlForFile(IProjectItem file, FileView fileViewPrimary, Boolean activate) in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 185
     at JetBrains.VsIntegration.EditorManager.VsEditorManager.<>c__DisplayClass17.<OpenProjectFile>b__15() in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 328
     at JetBrains.VsIntegration.EditorManager.VsEditorManager.<>c__DisplayClass5.<>c__DisplayClass7.<ExpectCallbackAndKeepCurrentFrame>b__2() in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 64
     at JetBrains.Util.Special.GeneralUtil.If(Boolean condition, Action FTrue, Action FFalse) in c:\Agent\work\cc29ccea5bf569df\Platform\src\Util\src\GeneralUtil.cs:line 26
     at JetBrains.VsIntegration.EditorManager.VsEditorManager.<>c__DisplayClass5.<>c__DisplayClass7.<ExpectCallbackAndKeepCurrentFrame>b__1() in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExpectUnguardedCallback(Action FNested) in c:\Agent\work\cc29ccea5bf569df\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 146
     at JetBrains.VsIntegration.EditorManager.VsEditorManager.<>c__DisplayClass5.<ExpectCallbackAndKeepCurrentFrame>b__0(Func`2 FRet) in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 64
     at JetBrains.Util.Special.GeneralUtil.Return[T](Action`1 action) in c:\Agent\work\cc29ccea5bf569df\Platform\src\Util\src\GeneralUtil.cs:line 99
     at JetBrains.VsIntegration.EditorManager.VsEditorManager.ExpectCallbackAndKeepCurrentFrame(Boolean activate, Func`1 FDoOpen) in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 64
     at JetBrains.VsIntegration.EditorManager.VsEditorManager.OpenProjectFile(IProjectFile projectFile, Boolean activate, FileView fileViewPrimary) in c:\Agent\work\cc29ccea5bf569df\Platform\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 334
     at JetBrains.ReSharper.Feature.Services.Navigation.ProjectFileNavigationPoint.Navigate(NavigationOptions options) in c:\Agent\work\cc29ccea5bf569df\src\Feature.Services\src\Navigation\ProjectFileNavigationPoint.cs:line 60
     at JetBrains.ReSharper.Feature.Services.Navigation.NavigationManagerImpl.PerformNavigate(INavigationPoint point, NavigationOptions options) in c:\Agent\work\cc29ccea5bf569df\src\Feature.Services\src\Navigation\NavigationManagerImpl.cs:line 66
     at JetBrains.ReSharper.Feature.Services.Navigation.NavigationManagerImpl.Navigate(IEnumerable`1 points, NavigationOptions options) in c:\Agent\work\cc29ccea5bf569df\src\Feature.Services\src\Navigation\NavigationManagerImpl.cs:line 57
     at JetBrains.ReSharper.Feature.Services.Navigation.NavigationManager.Navigate(Object target, NavigationOptions options) in c:\Agent\work\cc29ccea5bf569df\src\Feature.Services\src\Navigation\NavigationManager.cs:line 30
     at JetBrains.ReSharper.VS.Actions.BuildEventOccurence.Navigate(TreeModelBrowserDescriptor descriptor, IPopupWindowContext windowContext, Boolean transferFocus) in c:\Agent\work\cc29ccea5bf569df\src\VSI\Src\Avalon\SolBuilderDuo\BuildEventOccurence.cs:line 372
     at JetBrains.ReSharper.Features.Common.Occurences.OccurenceBrowserDescriptor.Navigate(TreeModelNode node, IPopupWindowContext windowContext, Boolean transferFocus) in c:\Agent\work\cc29ccea5bf569df\src\Features\Common\src\Occurences\OccurenceBrowserDescriptor.cs:line 643
     at JetBrains.IDE.TreeBrowser.TreeModelBrowserPanel.Navigate(TreeModelNode node, Boolean transferFocus) in c:\Agent\work\cc29ccea5bf569df\Platform\src\IDE\src\TreeBrowser\TreeModelBrowserPanel.cs:line 472
     at JetBrains.ReSharper.Features.Common.TreePsiBrowser.TreeModelBrowserPanelPsi.Navigate(TreeModelNode node, Boolean transferFocus) in c:\Agent\work\cc29ccea5bf569df\src\Features\Common\src\TreePsiBrowser\TreeModelBrowserPanelPsi.cs:line 153
     at JetBrains.IDE.TreeBrowser.TreeModelBrowserPanel.<>c__DisplayClass7.<NavigateGuarded>b__6() in c:\Agent\work\cc29ccea5bf569df\Platform\src\IDE\src\TreeBrowser\TreeModelBrowserPanel.cs:line 465
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\Agent\work\cc29ccea5bf569df\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 253
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\Agent\work\cc29ccea5bf569df\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 397
     at JetBrains.IDE.TreeBrowser.TreeModelBrowserPanel.NavigateGuarded(TreeModelNode node, Boolean transferFocus) in c:\Agent\work\cc29ccea5bf569df\Platform\src\IDE\src\TreeBrowser\TreeModelBrowserPanel.cs:line 467
     at JetBrains.IDE.TreeBrowser.TreeModelBrowserPanel.NavigateNode(Object sender, TreeModelViewNavigateEventArgs e) in c:\Agent\work\cc29ccea5bf569df\Platform\src\IDE\src\TreeBrowser\TreeModelBrowserPanel.cs:line 360
     at JetBrains.UI.TreeView.TreeModelView.OnNavigate(TreeModelViewNavigateEventArgs e) in c:\Agent\work\cc29ccea5bf569df\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1738
     at JetBrains.UI.TreeView.TreeModelView.HandleDoubleClick(Keys modifiers) in c:\Agent\work\cc29ccea5bf569df\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1749
     at JetBrains.UI.TreeView.TreeModelView.OnMouseDoubleClick(MouseEventArgs args) in c:\Agent\work\cc29ccea5bf569df\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1618
     at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
     at System.Windows.Forms.Control.WndProc(Message& m)
     at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
     at JetBrains.UI.TreeView.TreeModelView.WndProc(Message& m) in c:\Agent\work\cc29ccea5bf569df\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1555
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Viewing all articles
Browse latest Browse all 106942

Trending Articles