I have an MVC3 application that I can't seem to get JQuery Intellisense working on.
I ran get-package at the project manager console and I see 2 versions of Jquery installed, however I can't seem to figure out how to uninstall the older one:
PM> get-package
Id Version Description
-- ------- -----------
AutoMapper 2.1.267 A convention-based object-object mapper. AutoMapper uses ...
EntityFramework 4.1.10331.0 DbContext API and Code First workflow for ADO.NET Entity ...
EntityFramework 4.3.1 Entity Framework is Microsoft’s recommended data access t...
jQuery 1.5.1 jQuery is a new kind of JavaScript Library....
jQuery 1.7.2 jQuery is a new kind of JavaScript Library....
jQuery.UI.Combined 1.8.11 jQuery UI is an open source library of interface componen...
jQuery.UI.Combined 1.8.19 jQuery UI is an open source library of interface componen...
jQuery.Validation 1.8.0 This jQuery plugin makes simple clientside form validatio...
jQuery.Validation 1.9 This jQuery plugin makes simple clientside form validatio...
jQuery.vsdoc 1.5.1 Includes vsdoc files for jQuery 1.5.1 that provide Intell...
jQuery.vsdoc 1.6 vsdoc files for Visual Studio IntelliSense are now includ...
Modernizr 1.7 Modernizr adds classes to the <html> element which allow ...
Modernizr 2.5.3 Modernizr adds classes to the <html> element which allow ...
Moq 4.0.10827 The simplest mocking library for .NET 3.5/4.0 and Silverl...
PagedList 1.14 PagedList makes it easier for .Net developers to write pa...
PagedList.Mvc 3.14 Asp.Net MVC HtmlHelper method for generating paging contr...
PagedListExt 0.5.1 PagedList extension for ASP.NET MVC (razor) with custom h...
TelerikMvcExtensions 2012.1.214 Telerik Extensions for ASP.NET MVC is a set of UI compone...
Is this my problem?
On the other hand when I look at the package visualizer i only see jQuery1.7.2
drdexter33
Contributor
2289 Points
889 Posts
JQuery Intellisense Not Working In VS 2010
May 02, 2012 08:16 PM|LINK
I have an MVC3 application that I can't seem to get JQuery Intellisense working on.
I ran get-package at the project manager console and I see 2 versions of Jquery installed, however I can't seem to figure out how to uninstall the older one:
Is this my problem?
On the other hand when I look at the package visualizer i only see jQuery1.7.2
thanks
doug
asteranup
All-Star
30184 Points
4906 Posts
Re: JQuery Intellisense Not Working In VS 2010
May 03, 2012 03:56 AM|LINK
Hi,
You may check these posts-
http://stackoverflow.com/questions/2648510/javascript-intellisense-not-working-on-visual-studio-2010-ultimate-windows-7-x6
http://stackoverflow.com/questions/4523338/jquery-intellisense-vs2010-mvc3
http://weblogs.asp.net/scottgu/archive/2010/02/08/jquery-1-4-1-intellisense-with-visual-studio.aspx
http://blog.meidianto.com/2010/05/13/vs2010-tips-7-how-to-make-jquery-intellisense-work-for-external-javascript-file/
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
drdexter33
Contributor
2289 Points
889 Posts
Re: JQuery Intellisense Not Working In VS 2010
May 03, 2012 01:21 PM|LINK
Placing this in my Razor page fixed the problem.
thanks
Doug