javascript - 正确或干净的 MVC 4 项目中的大量 jquery 异常

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

无论我下载什么项目,无论是 MVC Music Store、Pluralsight 的 Ode to Food 还是干净的项目,由于 JavaScript 代码中某处的语法错误,我都会遇到很多运行时异常。那些文件有几十万个字符长,而且是自动生成的,我与他们无关。

是否有可能安装了错误或不稳定的 JavaScript 或其他东西?我有完整的 VS 2013 Ultimate:

Microsoft Visual Studio Ultimate 2013
Version 12.0.30501.00 Update 2
Microsoft .NET Framework
Version 4.5.51641

Installed Version: Ultimate

Architecture and Modeling Tools   06181-004-0451047-02312
Microsoft Architecture and Modeling Tools
    
UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

LightSwitch for Visual Studio 2013   06181-004-0451047-02312
Microsoft LightSwitch for Visual Studio 2013

Office Developer Tools - May 2014 Update ENU   06181-004-0451047-02312
Microsoft Office Developer Tools for Visual Studio 2013 - May 2014 Update ENU

Team Explorer for Visual Studio 2013   06181-004-0451047-02312
Microsoft Team Explorer for Visual Studio 2013

Visual Basic 2013   06181-004-0451047-02312
Microsoft Visual Basic 2013

Visual C# 2013   06181-004-0451047-02312
Microsoft Visual C# 2013

Visual C++ 2013   06181-004-0451047-02312
Microsoft Visual C++ 2013

Visual F# 2013   06181-004-0451047-02312
Microsoft Visual F# 2013

Visual Studio 2013 Code Analysis Spell Checker   06181-004-0451047-02312
Microsoft® Visual Studio® 2013 Code Analysis Spell Checker

Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.

The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.

Windows Phone SDK 8.0 - ENU   06181-004-0451047-02312
Windows Phone SDK 8.0 - ENU

ASP.NET and Web Tools   2013.2.50425
Microsoft Web Developer Tools contains the following components:
Support for creating and opening ASP.NET web projects
Browser Link: A communication channel between Visual Studio and browsers
Editor extensions for HTML, CSS, and JavaScript
Page Inspector: Inspection tool for ASP.NET web projects
Scaffolding: A framework for building and running code generators
Server Explorer extensions for Windows Azure Web Sites
Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Windows Azure

ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013   5.1.20409.0
For additional information, visit http://www.asp.net/

Common Azure Tools   1.1
Provides common services for use by Azure Mobile Services and Windows Azure Tools.

Microsoft Advertising SDK for Windows Phone   
Microsoft Advertising SDK for Windows Phone
Build 

NuGet Package Manager   2.8.50313.46
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.

PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.

SQL Server Data Tools   12.0.40403.0
Microsoft SQL Server Data Tools

Windows Azure Mobile Services Tools   1.1
Windows Azure Mobile Services Tools

Windows Azure Tools   2.3
Windows Azure Tools for Microsoft Visual Studio 2013 - v2.3.20320.1602

Windows Phone 8.1 SDK Integration   1.0
This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio.

Workflow Manager Tools 1.0   1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.

Exception was thrown at line 5121, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 5121, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 5121, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 5121, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 5121, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/8/ROOT-1-130484745632370904): Loaded 'C:\Users\R\AppData\Local\Temp\Temporary ASP.NET Files\root\f8f9d57a\eb864ccb\App_Web_av3asopl.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 5108, column 4 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 5046, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 37, column 60610 in http://localhost:12285/3e649a4c345742d4b6918e349756f23e/browserLink
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError
Exception was thrown at line 5046, column 7 in http://localhost:56470/Scripts/jquery-1.7.1.js
0x800a139e - Błąd czasu wykonywania kodu JavaScript: SyntaxError

最佳答案

那些是已处理的异常,对吗?如果是这样,您可以安全地忽略输出窗口中的所有 JavaScript 语法“错误”。 jQuery 团队发现将处理的异常用于逻辑流是可以接受的。是的,这个决定使通过 VS 调试应用程序变得更加困难。它遮蔽了输出窗口。

有关更多信息,请查看此 jQuery ticket 14123 .

关于javascript - 正确或干净的 MVC 4 项目中的大量 jquery 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24472129/

相关文章:

javascript - 计算 jQuery 中选定选项的数量?

javascript - 如何在不刷新网页的情况下填充数据库列表

Html.TextBox 控件的 jQuery UI Datepicker

.net - ASP.Net MVC 中的 JsonResult 又名 Json 函数中的控制序列化器?

javascript - JSON.stringify 和 JSON.parse 不适用于日期对象

javascript - KnockoutJS 调用为 foreach 中的每个元素计算

javascript - 使用 Rails 聊天 Web 应用程序 - 发送消息时页面自动滚动

javascript - 无限滚动,动态数据按上次修改状态排序

javascript - 在内容可编辑的 div 中选择文本,它是 jquery 可拖动的

javascript - 如何在 ASP.NET - MVC 上使用 javascript 将 DropDownListFor 值更改回 null?