javascript - 包含 TypeScript 的解决方案使用 VS2013 不断加载

标签 javascript c# .net visual-studio typescript

我在 Visual Studio 2013 上,当我打开任何包含 TypeScript 的解决方案时,充实或准系统,我得到这个:

enter image description here

(出于保密原因删除姓名)

很快就会导致这个(可能是众所周知的)消息:

enter image description here

最终我只能通过杀死特定进程来关闭 session 。

我已经申请了 VS2015,但这需要一个审批流程,这需要一段时间。与此同时,我更愿意让 VS2013 工作,特别是因为 VS2015 不保证修复它(它应该,但我不知道)。

最佳答案

I would prefer to get VS2013 working, especially since VS2015 isn't guaranteed to fix it (it should, but I don't know)

坏消息已多次报告给 Microsoft,但看起来不会修复: https://connect.microsoft.com/VisualStudio/feedback/details/802212/vs-hang-when-debugging-typescript-file (仍然活跃,但已经 3 岁了)

https://connect.microsoft.com/VisualStudio/feedback/details/1057036/visual-studio-hangs-in-typescript-debugger (3 年前关闭)

好消息它已在 Visual Studio 2015 中根据 https://github.com/Microsoft/TypeScript/issues/1999 得到修复

如果您有任何问题,请删除 Glimpse、Glimpse.AspNet 和 Glimpse.Mvc 包。

另见 https://github.com/Microsoft/TypeScript/issues/4528 ,解决方案是install TypeScript 1.5.4

I have requested VS2015, but that requires an approvement process which will take a while.

如果您无法访问 MSDN 订阅以下载专业版或企业版,只需同时下载社区版 which has most of the features .

关于javascript - 包含 TypeScript 的解决方案使用 VS2013 不断加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38912837/

相关文章:

javascript - protected 路由、上下文 API 和 firebase 用户身份验证请求的问题

c# - 尝试将大 Excel 文件读入 DataTable 时出现 OutOfMemoryException

c# - 字符串比较 C# - 全字匹配

c# - SwitchToThread 与 sleep (1)

c# - 如何在可移植类库中使用 TypeForwardedTo?

javascript - 使用 JavaScript 检测按键持续时间

java - 如何检测客户端机器是否已经安装了JRE版本?

javascript - 使用 Javascript 获取 MVC 表单数据

c# - 如何有效地转换 List<T>?

c# - 为什么app.config运行不正常?