How can i solve this problem ‘Error updating JScript IntelliSense: D:\myProject\js\jquery-1.3.2.js: Object doesn’t support this property or method @ 2139:1’, i did all in this Visual Studio jscript intellisense error with jQuery 1.2.6?
But no hope, should i edit something in my Visual studio options, or Visual studio has a problem?
Make sure you’ve got the corresponding vsdoc file sitting beside jquery-1.3.2.js (in /js/ in your case here), and that it’s properly named jquery-1.3.2-vsdoc.js.
Also, while I don’t think it’s strictly necessary in your case, it generally can’t hurt to have this hotfix installed: http://blogs.msdn.com/webdevtools/archive/2008/11/07/hotfix-to-enable-vsdoc-js-intellisense-doc-files-is-now-available.aspx
Finally, this is a helpful FAQ on Visual Studio JavaScript Intellisense, by Jeff King (the Program Manager in charge of tooling): http://blogs.msdn.com/webdevtools/archive/2008/11/18/jscript-intellisense-faq.aspx