Got this yesterday (6/6/6) around 15:44GMT:
Ctrl+Shift+N (open file): pressed (wanted to type .ascx as a filter). BANG!
Failed to submit - The operation timed out
Ignore
VS process terminates.
Here is the exception log that I copied out of the R# exception dialog:
JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> JetBrains.ReSharper.Util.InternalErrorException: Exception for path '' occurred: The path is not of a legal form.
at
JetBrains.ReSharper.Util.InternalErrorException..ctor(String, Exception) in c:\TEMP\tmp5B13.tmp\src\Util\src\InternalErrorException.cs:line 28 column 7
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String, Object[]) in c:\TEMP\tmp5B13.tmp\src\Util\src\Logger.cs:line 130 column 11
at JetBrains.ReSharper.Util.FileSystemPath.get_Directory() in c:\TEMP\tmp5B13.tmp\src\Util\src\FileSystemPath.cs:line 66 column 11
at JetBrains.ReSharper.CodeInsight.GotoByName.FileNameCollector.GetPresentableParentPath(IProjectFile) in c:\TEMP\tmp5B13.tmp\src\CodeInsight\src\GotoByName\GotoFileAction.cs:line 162 column 13
at JetBrains.ReSharper.CodeInsight.GotoByName.FileNameCollector.VisitProjectFile(IProjectFile) in c:\TEMP\tmp5B13.tmp\src\CodeInsight\src\GotoByName\GotoFileAction.cs:line 178 column 15
at JetBrains.ReSharper.ProjectModel.Impl.ProjectFileImpl.Accept(ProjectVisitor) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\impl\ProjectFileImpl.cs:line 129 column 5
at JetBrains.ReSharper.ProjectModel.RecursiveProjectVisitor.VisitProjectItem(IProjectItem) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\ProjectVisitor.cs:line 77 column 9
at JetBrains.ReSharper.ProjectModel.RecursiveProjectVisitor.VisitProject(IProject) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\ProjectVisitor.cs:line 84 column 7
at JetBrains.ReSharper.ProjectModel.Impl.ProjectImpl.Accept(ProjectVisitor) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\impl\ProjectImpl.cs:line 171 column 5
at JetBrains.ReSharper.ProjectModel.RecursiveProjectVisitor.VisitSolution(ISolution) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\ProjectVisitor.cs:line 71 column 9
at JetBrains.ReSharper.ProjectModel.Impl.SolutionBase.Accept(ProjectVisitor) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\impl\SolutionBase.cs:line 133 column 5
at JetBrains.ReSharper.CodeInsight.GotoByName.Model.GetFilteredItems(MatchChecker, Int32) in c:\TEMP\tmp5B13.tmp\src\CodeInsight\src\GotoByName\GotoFileAction.cs:line 75 column 9
at JetBrains.ReSharper.CodeInsight.Services.GotoByName.GotoByNameModel.GetFilteredItems(String, IGotoActionItemDescriptor&, Regex&) in c:\TEMP\tmp5B13.tmp\src\CodeInsight.Services\src\GotoByName\GoToByNameModel.cs:line 108 column 7
at JetBrains.ReSharper.CodeInsight.Services.GotoByName.GotoByNameService.RefreshTreeControlContents(Boolean) in c:\TEMP\tmp5B13.tmp\src\CodeInsight.Services\src\GotoByName\GotoByNameService.cs:line 60 column 7
at JetBrains.ReSharper.CodeInsight.Services.GotoByName.GotoByNameService.OnTextBoxTextChanged(Object, EventArgs) in c:\TEMP\tmp5B13.tmp\src\CodeInsight.Services\src\GotoByName\GotoByNameService.cs:line 205 column 5
at System.EventHandler.Invoke(Object, EventArgs)
at System.Windows.Forms.Control.OnTextChanged(EventArgs)
at DevExpress.XtraEditors.TextEdit.OnTextChanged(EventArgs)
at DevExpress.XtraEditors.TextEdit.OnEditValueChanged()
at DevExpress.XtraEditors.BaseEdit.OnEditValueChanging(ChangingEventArgs)
at DevExpress.XtraEditors.BaseEdit.set_EditValue(Object)
at DevExpress.XtraEditors.TextEdit.OnMaskBox_ValueChanged(Object, EventArgs)
at DevExpress.XtraEditors.Mask.MaskBox.RaiseEditTextChanged()
at DevExpress.XtraEditors.Mask.SimpleStrategy.DoAfterTextChanged(EventArgs)
at DevExpress.XtraEditors.Mask.MaskBox.OnTextChanged(EventArgs)
at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message&)
at System.Windows.Forms.TextBoxBase.WndProc(Message&)
at System.Windows.Forms.TextBox.WndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message&)
at DevExpress.XtraEditors.Mask.SimpleStrategy.DoWndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message&)
at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef, Int32, IntPtr, IntPtr)
at System.Windows.Forms.Control.SendMessage(Int32, IntPtr, IntPtr)
at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr, Message&)
at System.Windows.Forms.Control.WmCommand(Message&)
at System.Windows.Forms.Control.WndProc(Message&)
at DevExpress.XtraEditors.BaseControl.WndProc(Message&)
at DevExpress.XtraEditors.TextEdit.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.NativeWindow.DefWndProc(Message&)
at System.Windows.Forms.Control.DefWndProc(Message&)
at System.Windows.Forms.Control.WmKeyChar(Message&)
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.TextBoxBase.WndProc(Message&)
at System.Windows.Forms.TextBox.WndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message&)
at DevExpress.XtraEditors.Mask.SimpleStrategy.DoWndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message&)
at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at JetBrains.ReSharper.Util.Logger.Assert(Boolean condition, String messageFormat, Object[] args) in c:\TEMP\tmp5B13.tmp\src\Util\src\Logger.cs:line 130
- End of inner exception stack trace -
at
JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp5B13.tmp\src\Util\src\Logger.cs:line 327 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp5B13.tmp\src\Util\src\Logger.cs:line 339 column 5
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String, Object[]) in c:\TEMP\tmp5B13.tmp\src\Util\src\Logger.cs:line 134 column 11
at JetBrains.ReSharper.Util.FileSystemPath.get_Directory() in c:\TEMP\tmp5B13.tmp\src\Util\src\FileSystemPath.cs:line 66 column 11
at JetBrains.ReSharper.CodeInsight.GotoByName.FileNameCollector.GetPresentableParentPath(IProjectFile) in c:\TEMP\tmp5B13.tmp\src\CodeInsight\src\GotoByName\GotoFileAction.cs:line 162 column 13
at JetBrains.ReSharper.CodeInsight.GotoByName.FileNameCollector.VisitProjectFile(IProjectFile) in c:\TEMP\tmp5B13.tmp\src\CodeInsight\src\GotoByName\GotoFileAction.cs:line 178 column 15
at JetBrains.ReSharper.ProjectModel.Impl.ProjectFileImpl.Accept(ProjectVisitor) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\impl\ProjectFileImpl.cs:line 129 column 5
at JetBrains.ReSharper.ProjectModel.RecursiveProjectVisitor.VisitProjectItem(IProjectItem) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\ProjectVisitor.cs:line 77 column 9
at JetBrains.ReSharper.ProjectModel.RecursiveProjectVisitor.VisitProject(IProject) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\ProjectVisitor.cs:line 84 column 7
at JetBrains.ReSharper.ProjectModel.Impl.ProjectImpl.Accept(ProjectVisitor) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\impl\ProjectImpl.cs:line 171 column 5
at JetBrains.ReSharper.ProjectModel.RecursiveProjectVisitor.VisitSolution(ISolution) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\ProjectVisitor.cs:line 71 column 9
at JetBrains.ReSharper.ProjectModel.Impl.SolutionBase.Accept(ProjectVisitor) in c:\TEMP\tmp5B13.tmp\src\ProjectModel\src\impl\SolutionBase.cs:line 133 column 5
at JetBrains.ReSharper.CodeInsight.GotoByName.Model.GetFilteredItems(MatchChecker, Int32) in c:\TEMP\tmp5B13.tmp\src\CodeInsight\src\GotoByName\GotoFileAction.cs:line 75 column 9
at JetBrains.ReSharper.CodeInsight.Services.GotoByName.GotoByNameModel.GetFilteredItems(String, IGotoActionItemDescriptor&, Regex&) in c:\TEMP\tmp5B13.tmp\src\CodeInsight.Services\src\GotoByName\GoToByNameModel.cs:line 108 column 7
at JetBrains.ReSharper.CodeInsight.Services.GotoByName.GotoByNameService.RefreshTreeControlContents(Boolean) in c:\TEMP\tmp5B13.tmp\src\CodeInsight.Services\src\GotoByName\GotoByNameService.cs:line 60 column 7
at JetBrains.ReSharper.CodeInsight.Services.GotoByName.GotoByNameService.OnTextBoxTextChanged(Object, EventArgs) in c:\TEMP\tmp5B13.tmp\src\CodeInsight.Services\src\GotoByName\GotoByNameService.cs:line 205 column 5
at System.EventHandler.Invoke(Object, EventArgs)
at System.Windows.Forms.Control.OnTextChanged(EventArgs)
at DevExpress.XtraEditors.TextEdit.OnTextChanged(EventArgs)
at DevExpress.XtraEditors.TextEdit.OnEditValueChanged()
at DevExpress.XtraEditors.BaseEdit.OnEditValueChanging(ChangingEventArgs)
at DevExpress.XtraEditors.BaseEdit.set_EditValue(Object)
at DevExpress.XtraEditors.TextEdit.OnMaskBox_ValueChanged(Object, EventArgs)
at DevExpress.XtraEditors.Mask.MaskBox.RaiseEditTextChanged()
at DevExpress.XtraEditors.Mask.SimpleStrategy.DoAfterTextChanged(EventArgs)
at DevExpress.XtraEditors.Mask.MaskBox.OnTextChanged(EventArgs)
at System.Windows.Forms.TextBoxBase.WmReflectCommand(Message&)
at System.Windows.Forms.TextBoxBase.WndProc(Message&)
at System.Windows.Forms.TextBox.WndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message&)
at DevExpress.XtraEditors.Mask.SimpleStrategy.DoWndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message&)
at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef, Int32, IntPtr, IntPtr)
at System.Windows.Forms.Control.SendMessage(Int32, IntPtr, IntPtr)
at System.Windows.Forms.Control.ReflectMessageInternal(IntPtr, Message&)
at System.Windows.Forms.Control.WmCommand(Message&)
at System.Windows.Forms.Control.WndProc(Message&)
at DevExpress.XtraEditors.BaseControl.WndProc(Message&)
at DevExpress.XtraEditors.TextEdit.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
at System.Windows.Forms.NativeWindow.DefWndProc(Message&)
at System.Windows.Forms.Control.DefWndProc(Message&)
at System.Windows.Forms.Control.WmKeyChar(Message&)
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.TextBoxBase.WndProc(Message&)
at System.Windows.Forms.TextBox.WndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message&)
at DevExpress.XtraEditors.Mask.SimpleStrategy.DoWndProc(Message&)
at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message&)
at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)
Issue was closed