I've been trying to upgrade jquery.ui in vs 2012 from version 1.8.20 to 1.9.2 without any luck.
I successfully uninstalled-package jquery.ui.combined;
successfully installed-package jquery.ui.combined -version 1.9.2;
removed /scripts/jquery.ui.1.8.20.*.js from the project
verified that i don't have any <script> tags that reference jquery-ui.1.8.20
cleaned the project;
restarted vs;
deleted temp vs files
delete all temp ie files,cookies, etc
however, when i run the project i keep getting a script error that opens up a jquery-ui.1.8.20 dynamic page!?
that sure is one persistent package, what gives?