简体   繁体   English

Visual Studio jQuery IntelliSense修复程序KB958502无法识别Windows Server 2008 x64上安装的Visual Studio 2008

[英]Visual Studio jQuery IntelliSense fix KB958502 does not recognize visual studio 2008 install on windows server 2008 x64

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. 因此,就在本周,我才有机会重新构建了开发机器,并选择将Windows Server 2008 x64版本用于我的操作系统。 I re-installed Visual Studio 2008 along with all of my other development tools. 我与所有其他开发工具一起重新安装了Visual Studio 2008 I surprised to see that the KB958502 hot fix did not recognize my installation of Visual Studio 2008 . 我惊讶地发现KB958502修补程序无法识别我安装的Visual Studio 2008 I wonder if there is a solution to this or if there is an alternative means of manually enabling jQuery intellisense. 我想知道是否有解决方案,或者是否有手动启用jQuery intellisense的替代方法。

Thank you. 谢谢。

Update : Stuart Dunkeld was correct I forgot to install Visual Studio 2008 SP1 更新Stuart Dunkeld是正确的,我忘了安装Visual Studio 2008 SP1

Have you installed Visual Studio 2008 SP1, which is a prerequisite for this hotfix? 您是否已安装Visual Studio 2008 SP1(此修补程序的先决条件)? See also this page .. 另请参阅此页面 ..

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: 如果您尝试了以下操作: 在VS 2008中使用jQuery Intellisense添加了对javascript文件的引用 ,这是没有希望的,那么请尝试在JS文件的第一行中添加以下行:

/// <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. 并确保jquery-1.3.2-vsdoc.js文件与JS文件位于同一目录中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM