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

时间:2014-08-31 12:55:44

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

我安装了Visual Studio 2013 Ultimate,它安装了Update 1。 我正在处理的问题是,当我运行 Web应用程序时,我会遇到很多例外。应用程序启动但输出结果很糟糕。这是新的应用程序,所以它可能不是我的错。

Błąd czasu wykonywania kodu JavaScript:表示Runtime error in 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

1 个答案:

答案 0 :(得分:2)

这是Visual Studio 2013中的已知错误,已在Update 2中修复。

有关MSDN的更多信息。

您还可以阅读此Stack Overflow帖子。

This也可能会有所帮助。