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

.NET and Java Script Exceptions in fresh new ASP .NET MVC 5 Web application in Visual Studio 2013

本文关键字:NET 应用程序 Web Java 异常 脚本 MVC Studio ASP Visual 2013      更新时间:2023-09-26

我已经安装了Visual Studio 2013 Ultimate,它已经安装了Update 1。我正在处理的问题是,当我运行Web应用程序时,会遇到许多异常。应用程序启动了,但输出中出现了大混乱。这是一个新的应用程序,所以可能不是我的错。

CCD_ 1表示CCD_。

在更新到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上的更多信息。

您也可以阅读这篇"堆栈溢出"的文章。

这可能也会有所帮助。