Unhandled Exception

Here's another one I got a few times.

This time:
Hit Ctrl-N
Typed a class name and hit enter.
It opened the file and the exception at the same time.



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> JetBrains.ReSharper.Util.InternalErrorException: Added pair: left=128895740, right=ProjectFileImpl(Path : AESSettingsCtl.cs)

at JetBrains.ReSharper.Util.InternalErrorException..ctor(String, Exception) in c:\TEMP\tmp601E.tmp\src\Util\src\InternalErrorException.cs:line 28 column 7
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String) in c:\TEMP\tmp601E.tmp\src\Util\src\Logger.cs:line 103 column 11
at JetBrains.ReSharper.Util.BidirectionalMap.SetMapping(Object, Object) in c:\TEMP\tmp601E.tmp\src\Util\src\dataStructures\BidirectionalMap.cs:line 43 column 5
at JetBrains.ReSharper.Editor.VSIntegration.VSDocumentManager.OnRegisterTextBuffer(VsTextBufferData) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Editor\VSDocumentManager.cs:line 329 column 11
at JetBrains.ReSharper.Editor.VSIntegration.MyPendingOnBeforeDocumentWindowShowEvent.TryHandle() in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Editor\VSDocumentManager.cs:line 485 column 9
at JetBrains.ReSharper.VSIntegration.PendingEventLog.AddPendingEvent(PendingEvent) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Util\PendingEventLog.cs:line 27 column 7
at JetBrains.ReSharper.Editor.VSIntegration.VSDocumentManager.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Editor\VSDocumentManager.cs:line 524 column 13
at Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame.Show()
at JetBrains.ReSharper.EditorManager.VSIntegration.VSEditorManager.CreateTextControlForFile(IProjectFile, Boolean) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 208 column 26
at JetBrains.ReSharper.EditorManager.VSIntegration.VSEditorManager.OpenProjectFile(IProjectFile, Boolean) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 77 column 9
at JetBrains.ReSharper.CodeInsight.Navigator.TextControlNavigationResult.Show(Boolean) in c:\TEMP\tmp601E.tmp\src\IDECore\src\Navigation\TextControlNavigationResult.cs:line 47 column 6
at JetBrains.ReSharper.Navigation.PopupListProvider.Action(Object) in c:\TEMP\tmp601E.tmp\src\IDECore\src\Navigation\Navigator.cs:line 142 column 6
at JetBrains.ReSharper.UI.MultipleAlternativesProcessor.Run(IPopupListProvider, IPositionProvider, String) in c:\TEMP\tmp601E.tmp\src\IDECore\src\UI\MultipleAlternativesProcessor.cs:line 31 column 11
at JetBrains.ReSharper.Navigation.Navigator.Navigate(IDeclaredElement, Boolean, Boolean) in c:\TEMP\tmp601E.tmp\src\IDECore\src\Navigation\Navigator.cs:line 97 column 5
at JetBrains.ReSharper.CodeInsight.GotoByName.GotoDeclaredElementModelBase.GotoSelectedItemInternal(IGotoActionItemDescriptor) in c:\TEMP\tmp601E.tmp\src\CodeInsight\src\GotoByName\GotoDeclaredElementModelBase.cs:line 48 column 9
at JetBrains.ReSharper.CodeInsight.GotoByName.GotoByNameForm.OnKeyDown(Object, KeyEventArgs) in c:\TEMP\tmp601E.tmp\src\CodeInsight\src\GotoByName\GotoByNameForm.cs:line 169 column 11
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs)
at DevExpress.XtraEditors.BaseEdit.OnKeyDown(KeyEventArgs)
at DevExpress.XtraEditors.TextEdit.OnMaskBox_KeyDown(Object, KeyEventArgs)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs)
at DevExpress.XtraEditors.Mask.MaskBox.OnKeyDown(KeyEventArgs)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message&)
at DevExpress.XtraEditors.TextBoxMaskBox.ProcessKeyEventArgs(Message&)
at System.Windows.Forms.Control.ProcessKeyMessage(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.Callback(IntPtr, Int32, IntPtr, IntPtr)
at JetBrains.ReSharper.Util.Logger.Assert(Boolean condition, String message) in c:\TEMP\tmp601E.tmp\src\Util\src\Logger.cs:line 103
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp601E.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp601E.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String) in c:\TEMP\tmp601E.tmp\src\Util\src\Logger.cs:line 107 column 11
at JetBrains.ReSharper.Util.BidirectionalMap.SetMapping(Object, Object) in c:\TEMP\tmp601E.tmp\src\Util\src\dataStructures\BidirectionalMap.cs:line 43 column 5
at JetBrains.ReSharper.Editor.VSIntegration.VSDocumentManager.OnRegisterTextBuffer(VsTextBufferData) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Editor\VSDocumentManager.cs:line 329 column 11
at JetBrains.ReSharper.Editor.VSIntegration.MyPendingOnBeforeDocumentWindowShowEvent.TryHandle() in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Editor\VSDocumentManager.cs:line 485 column 9
at JetBrains.ReSharper.VSIntegration.PendingEventLog.AddPendingEvent(PendingEvent) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Util\PendingEventLog.cs:line 27 column 7
at JetBrains.ReSharper.Editor.VSIntegration.VSDocumentManager.OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\Editor\VSDocumentManager.cs:line 524 column 13
at Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame.Show()
at JetBrains.ReSharper.EditorManager.VSIntegration.VSEditorManager.CreateTextControlForFile(IProjectFile, Boolean) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 208 column 26
at JetBrains.ReSharper.EditorManager.VSIntegration.VSEditorManager.OpenProjectFile(IProjectFile, Boolean) in c:\TEMP\tmp601E.tmp\src\VSIntegration\src\EditorManager\VSEditorManager.cs:line 77 column 9
at JetBrains.ReSharper.CodeInsight.Navigator.TextControlNavigationResult.Show(Boolean) in c:\TEMP\tmp601E.tmp\src\IDECore\src\Navigation\TextControlNavigationResult.cs:line 47 column 6
at JetBrains.ReSharper.Navigation.PopupListProvider.Action(Object) in c:\TEMP\tmp601E.tmp\src\IDECore\src\Navigation\Navigator.cs:line 142 column 6
at JetBrains.ReSharper.UI.MultipleAlternativesProcessor.Run(IPopupListProvider, IPositionProvider, String) in c:\TEMP\tmp601E.tmp\src\IDECore\src\UI\MultipleAlternativesProcessor.cs:line 31 column 11
at JetBrains.ReSharper.Navigation.Navigator.Navigate(IDeclaredElement, Boolean, Boolean) in c:\TEMP\tmp601E.tmp\src\IDECore\src\Navigation\Navigator.cs:line 97 column 5
at JetBrains.ReSharper.CodeInsight.GotoByName.GotoDeclaredElementModelBase.GotoSelectedItemInternal(IGotoActionItemDescriptor) in c:\TEMP\tmp601E.tmp\src\CodeInsight\src\GotoByName\GotoDeclaredElementModelBase.cs:line 48 column 9
at JetBrains.ReSharper.CodeInsight.GotoByName.GotoByNameForm.OnKeyDown(Object, KeyEventArgs) in c:\TEMP\tmp601E.tmp\src\CodeInsight\src\GotoByName\GotoByNameForm.cs:line 169 column 11
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs)
at DevExpress.XtraEditors.BaseEdit.OnKeyDown(KeyEventArgs)
at DevExpress.XtraEditors.TextEdit.OnMaskBox_KeyDown(Object, KeyEventArgs)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs)
at DevExpress.XtraEditors.Mask.MaskBox.OnKeyDown(KeyEventArgs)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message&)
at DevExpress.XtraEditors.TextBoxMaskBox.ProcessKeyEventArgs(Message&)
at System.Windows.Forms.Control.ProcessKeyMessage(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.Callback(IntPtr, Int32, IntPtr, IntPtr)

0

Please sign in to leave a comment.