An Exception Message is displayed when opening the Node.js Interactive Window.
The message box contains the following message:
An exception has been encountered. This may be caused by an extension.
You can get more information by examining the file
"C:\Users\<profile name>\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml".
Error information from Activity Log:
Source: Editor or Editor Extension
Description: System.ArgumentException: Value does not fall within the expected range.
 at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
 at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
 at Microsoft.VisualStudio.Shell.RunningDocumentTable.FindDocument(String moniker, IVsHierarchy& hierarchy, UInt32& itemid, UInt32& docCookie)
 at Microsoft.VisualStudio.JSLS.Shared.DocumentMonitoringService.GetOwningHierarchy(String pathName)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.GetHierarchiesFromFile(String filePath)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.GetActiveHierarchy(String filePath)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.GetActiveHierarchyGuid(String filePath, IVsHierarchy& activeHierarchy)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.TryGetOrCreateScriptContext(ITextBuffer textBuffer, IServiceCore core, IVsHierarchy& activeHierarchy)
 at Microsoft.VisualStudio.JSLS.TextView.JavaScriptTextView.Connect(ITextBuffer textBuffer)
 at Microsoft.VisualStudio.JSLS.TextView.WpfTextViewConnectionListener.SubjectBuffersConnected(IWpfTextView textView, ConnectionReason reason, Collection`1 subjectBuffers)
 at Microsoft.VisualStudio.Text.Editor.Implementation.ConnectionManager.<>c__DisplayClass19.<OnGraphBuffersChanged>b__14()
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)
The message box contains the following message:
An exception has been encountered. This may be caused by an extension.
You can get more information by examining the file
"C:\Users\<profile name>\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml".
Error information from Activity Log:
Source: Editor or Editor Extension
Description: System.ArgumentException: Value does not fall within the expected range.
 at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
 at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
 at Microsoft.VisualStudio.Shell.RunningDocumentTable.FindDocument(String moniker, IVsHierarchy& hierarchy, UInt32& itemid, UInt32& docCookie)
 at Microsoft.VisualStudio.JSLS.Shared.DocumentMonitoringService.GetOwningHierarchy(String pathName)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.GetHierarchiesFromFile(String filePath)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.GetActiveHierarchy(String filePath)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.GetActiveHierarchyGuid(String filePath, IVsHierarchy& activeHierarchy)
 at Microsoft.VisualStudio.JSLS.ProjectContext.ProjectContextService.TryGetOrCreateScriptContext(ITextBuffer textBuffer, IServiceCore core, IVsHierarchy& activeHierarchy)
 at Microsoft.VisualStudio.JSLS.TextView.JavaScriptTextView.Connect(ITextBuffer textBuffer)
 at Microsoft.VisualStudio.JSLS.TextView.WpfTextViewConnectionListener.SubjectBuffersConnected(IWpfTextView textView, ConnectionReason reason, Collection`1 subjectBuffers)
 at Microsoft.VisualStudio.Text.Editor.Implementation.ConnectionManager.<>c__DisplayClass19.<OnGraphBuffersChanged>b__14()
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)