开发者

What is jquery-1.4.1-min-vsdoc file for?

开发者 https://www.devze.com 2023-01-19 06:15 出处:网络
I am trying to publish my ASP.NET MVC application. It is build successfully, but not publishing. Also, whatever the contents found in the publishing target folder is not running jQuery files properly.

I am trying to publish my ASP.NET MVC application. It is build successfully, but not publishing. Also, whatever the contents found in the publishing target folder is not running jQuery files properly. It is showing a warning:

Warning 1 Error updating JScript IntelliSense: D:.. My application path.. \Scripts\ *jquery-1.4.1.min-vsdoc.js : 'childNodes' is null or not an object @ 5814:4

I tried to replace this file from root/trunk/src/NBooks.Web/Scripts/jquery-1.4.1.min-vsdoc.js, but I am getting the same warning and not publishing application. Why is this happening?

I have als开发者_开发百科o installed Visual Studio SP1.


That one is just for getting intelliSense in Visual Studio. You don't need to publish it into the production environment.

If you take a look at the top of this file from below:
http://code.jquery.com/jquery-1.4.1-vsdoc.js

This file has been commented to support Visual Studio Intellisense. * You should not use this file at runtime inside the browser--it is only * intended to be used only for design-time IntelliSense. Please use the * standard jQuery library for all production use.

0

精彩评论

暂无评论...
验证码 换一张
取 消