0

So just this week I had the opportunity to re-build my development machine and I opted to use Windows Server 2008 x64 version for my operating system. I re-installed Visual Studio 2008 along with all of my other development tools. I surprised to see that the KB958502 hot fix did not recognize my installation of Visual Studio 2008. I wonder if there is a solution to this or if there is an alternative means of manually enabling jQuery intellisense.

Thank you.

Update: Stuart Dunkeld was correct I forgot to install Visual Studio 2008 SP1

Community
  • 1
  • 1
David Negron
  • 1,356
  • 2
  • 14
  • 23

2 Answers2

3

Have you installed Visual Studio 2008 SP1, which is a prerequisite for this hotfix? See also this page..

stuartd
  • 70,509
  • 14
  • 132
  • 163
1

If you tried these : jQuery Intellisense in VS 2008 and Add reference to javascript file and no hope, so try to add this line in the first line of your JS file:

/// <reference path="jquery-1.3.2-vsdoc.js" />

And make sure jquery-1.3.2-vsdoc.js file is in the same directory of your JS file.

Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301