show/hide this revision's text 3 deleted 6 characters in body

You shouldn't need to actually reference the "-vsdoc" version. If you put the jquery-1.2.6-vsdoc.js in the same directory as jquery-1.2.6-vsdoc.js jquery-1.2.6.js then Visual Studio will know to covert a jquery-1.2.6.js reference to jquery-1.2.6-vsdoc.js.

I think that will actually work for any file.

Hmmm... that gives a good workaround for another question on this site...

Edit: This feature only works with VS2008 Service Pack 1.

show/hide this revision's text 2 added 66 characters in body

You shouldn't need to actually reference the "-vsdoc" version. If you put the jquery-1.2.6-vsdoc.js in the same directory as jquery-1.2.6-vsdoc.js then Visual Studio will know to covert a jquery-1.2.6.js reference to jquery-1.2.6-vsdoc.js.

I think that will actually work for any file.

Hmmm... that gives a good workaround for another question on this site...

Edit: This feature only works with VS2008 Service Pack 1.

show/hide this revision's text 1

You shouldn't need to actually reference the "-vsdoc" version. If you put the jquery-1.2.6-vsdoc.js in the same directory as jquery-1.2.6-vsdoc.js then Visual Studio will know to covert a jquery-1.2.6.js reference to jquery-1.2.6-vsdoc.js.

I think that will actually work for any file.

Hmmm... that gives a good workaround for another question on this site...