views:

41

answers:

1

Hi 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 showing 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 here but getting same warning and not publishing application. why should this is happening ?

I have installed visual studio SP1 also.

A: 

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.

Morteza Manavi
ok, thanks . but why then VS not publishing application ? it populates the Error window with given warning!
Lalit
ho!... okai ... but question still there, VS not publishing application ????
Lalit
ummmmm! it is there where it is showing the error and no changed with the name as it mentioned. still issue is there.
Lalit
When you double click on it, it opens with no problem in VS?
Morteza Manavi
yes it is opens ,
Lalit
Take a look at this one then: http://devpinoy.org/blogs/comgen/archive/2009/06/24/visual-studio-2008-jquery-intellisense-fails-when-adding-jquery-ui.aspx
Morteza Manavi