Monday, February 23, 2009

Error updating JScript IntelliSense: jquery-1.3-vsdoc.js: 'jQuery.support.htmlSerialize' is null or not an object @ 1416:4

Even after adding the IntelliSense file for JQuery, you might still get an error as below,

"Error updating JScript IntelliSense: jquery-1.3-vsdoc.js: 'jQuery.support.htmlSerialize' is null or not an object @ 1416:4"

Atleast in my case the reason was, i was using a JQuery-UI library and it was due to a conflict between the JQuery and JQuery-UI library. The first workaround i did was create an empty file for the Jquery-UI library with the extension -vsdoc.js or you can create your own intelliSense file.

Hope this helps.

7 comments:

  1. Thanks a lot! Really works!

    ReplyDelete
  2. i did that and still get an error - when you say "empty file for the Jquery-UI library" you are referring to the "..ui-personalized" file correct?

    ReplyDelete
  3. That did the trick! Thank you so much!

    ReplyDelete
  4. Dude, you are the man! Thanks!

    ReplyDelete