Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
调试MVC应用程序时VS2013更新2/3 typescript崩溃-有什么建议吗?_Typescript - Fatal编程技术网

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

调试MVC应用程序时VS2013更新2/3 typescript崩溃-有什么建议吗?,typescript,Typescript,调试MVC应用程序时VS2013更新2/3 typescript崩溃-有什么建议吗 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.De

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

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)

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

我看到VS2013更新3 RTW已经解决了这一问题


该文件中没有任何内容,只有一堆项目。没有错误消息。好吧,那不对。即使我没有问题,我的也有很多条目。只是为了澄清一下,在具有管理员权限的命令行中,浏览到您正在使用的VisualStudio版本的IDE文件夹。键入devenv/log。然后,它将在上面的路径中创建该文件,重新创建错误,然后再去查看。如何在此处发布文件?文件内容太大,无法作为文本发布。我们只是建议将其中的一小部分内容上传到Onedrive等。请查看另一个答案,因为这是解决方案。有人有RTW的发布窗口吗?现在每小时都要撞车!