调试MVC应用程序时VS2013更新2/3打字稿崩溃 - 有什么建议吗?

时间:2014-07-16 19:20:34

标签: typescript

VS2013在调试MVC应用程序时更新2/3打字稿崩溃 - 有什么建议吗?

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at    TypeScriptDebugEngine.DebugMonitor.ScriptDocumentNotifications.Microsoft.VisualStudio.Debugger.ComponentInterfaces.IDkmScriptDocumentTreeNodeUnloadNotification.OnScriptDocumentTreeNodeUnload(Microsoft.VisualStudio.Debugger.Script.DkmScriptDocumentTreeNode, Microsoft.VisualStudio.Debugger.DkmEventDescriptor)
at Microsoft.VisualStudio.Debugger.EntryPoint.IDkmScriptDocumentTreeNodeUnloadNotification_OnScriptDocumentTreeNodeUnload(IntPtr, IntPtr, IntPtr)

2 个答案:

答案 0 :(得分:1)

我看到VS2013 Update 3 RTW已经解决了这个问题

https://typescript.codeplex.com/workitem/2568

答案 1 :(得分:0)

您可以运行devenv / log然后查看%appdata%\ Microsoft \ VisualStudio \ 12.0 \ ActivityLog.xml以查看是否有更详细的说明。该文件通常很大,所以如果你不知道但可以找到相关的块,你可以发布它,我们可以尝试帮助。