javascript - Visual Studio 2013 中全新 ASP .NET MVC 5 Web 应用程序中的 .NET 和 Java 脚本异常

标签 javascript .net asp.net-mvc visual-studio-2013

我已经安装了 Visual Studio 2013 Ultimate,它已安装更新 1。 我正在处理的问题是,当我运行 new Web 应用程序时,出现许多异常。应用程序启动,但输出非常困惑。这是新的应用程序,所以这可能不是我的错。

Błąd czasu wykonywania kodu JavaScript: 表示 JavaScript 中的运行时错误

更新到 Visual Studio 2013 Update 3 后,这些内容就剩下了。

A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' occurred in Microsoft.CSharp.dll
A first chance exception of type 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' occurred in Microsoft.CSharp.dll
A first chance exception of type 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' occurred in Microsoft.CSharp.dll
A first chance exception of type 'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' occurred in Microsoft.CSharp.dll
Exception was thrown at line 1, column 27877 in http://localhost:4530/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 1, column 28093 in http://localhost:4530/bundles/jquery?v=FVs3ACwOLIVInrAl5sdzR2jrCDmVOWFbZMY6g6Q0ulE1
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 37, column 60610 in http://localhost:4620/f17552bcff2e4111a7debf6f82a3f7c5/browserLink
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError

最佳答案

这是 Visual Studio 2013 中的一个已知错误,已在更新 2 中修复。

有关 MSDN 的更多信息.

您还可以阅读此Stack Overflow发布。

This可能也会有帮助。

关于javascript - Visual Studio 2013 中全新 ASP .NET MVC 5 Web 应用程序中的 .NET 和 Java 脚本异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25592201/

相关文章:

javascript - 如何在 Google Analytics 中设置访客变量

c# - 为什么调用SqlDataReader.NextResult 后找不到数据?

WPF 文本框焦点

asp.net-mvc - 使用助手 @Html.EditorForModel() 忽略一些字段

asp.net-mvc - .NET MVC 5 和洋葱架构

.net - javascript 和 SQL 之间的共享规则

javascript - 如何使用 JavaScript 模拟鼠标点击?

javascript - 如何通过单击超链接播放声音

c# - 检测 .NET Standard 2.1 中的异常上下文

asp.net-mvc - 哪个是最好的 MVC v.2 学习源?