Visual-studio – JQuery 1.3.2 vsdoc does not produce Visual Studio intellisense

intellisensejquery-1.3.2visual studio

In past i have worked with JQuery 1.2 vsdoc file which generates intellisense for vs2008 sp1.

I have recently downloaded latest version of JQuery 1.3.2 and JQuery 1.3.2 vsdoc file.
When i tried to get intellisense for jquery in vs2008 –
I am getting following error-

Warning 1
Error updating JScript IntelliSense: C:\Documents and Settings\sonx3d\My Documents\Visual Studio 2008\Projects\WebApplication2\WebApplication2\jquery-1.3.2.js: Object doesn't support this property
or method @ 2139:1

Can anyone help on this please ?

Best Answer

It is working now for me. All I had to do was rename jquery-1.3.2-vsdoc2.js to jquery-1.3.2-vsdoc.js and now intellisense is working.