我已经安装了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
最佳答案
这是Visual Studio 2013中的已知错误,已在Update 2中修复。
有关MSDN的更多信息。
您也可以阅读此Stack Overflow帖子。
This可能也有帮助。