asp.net mvc - Microsoft.jQuery.Unobtrusive.Ajax compatable version with jQuery -


i'm creating new asp.net mvc 4 project , i'm trying update jquery using nuget. receive following error:

updating 'jquery' version '1.8.2' '2.0.0' in project 'x.web'. update-package : updating 'jquery 1.8.2' 'jquery 2.0.0' failed. unable find version of 'microsoft.jquery.unobtrusive.ajax' compatible 'jquery 2.0.0'. @ line:1 char:1 + update-package jquery + ~~~~~~~~~~~~~~~~~~~~~ + categoryinfo : notspecified: (:) [update-package], exception + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.powershell.commands.updatepackagecommand

looking @ support page microsoft.jquery.unobtrusive.ajax on nuget appears doesn't support jquery 2.0. there workaround or option remove microsoft.jquery.unobtrusive.ajax script project?

update since jquery 2.0. doesn't support ie8, installed version 1.9.1 instead. latest version (as of 5/15/2013) supported ie6 , higher. i'm sure there way through nuget package manager gui this, went console install using following command: update-package jquery -version 1.9.1

to avoid others having issue, should update nuget show 2 options jquery, latest 1.9.x library , latest 2.0.x library.

at moment there's no workaround , thing can downgrade jquery 1.9

just side-note: careful when updating jquery 2.0 breaks compatibility older browsers, guess knew that.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -