简体   繁体   中英

VS2012: missing library package manager on Windows 7

I am following the Azure web tutorial test-service-using-web-api and one of the steps involves the 'library package manager' tools menu item, which does not appear on my version of Visual Studios 2012.

I've looked at the other similar questions, but one relates to a 2010 version and the other one has the menu, but it doesn't work.

In my case I don't have the menu at all.

I have already taken these steps:

  1. Repaired VS2012 twice

  2. Followed these directions from a similar post:

    Run devenv /Resetsettings eliminate the cause of corrupted settings; Run devenv /ResetSkipPkgs in Command Prompt; Run devenv /Safemode to see if you can apply it correctly. Reboot the machine into Safe Mode. This can isolate some third party application/driver's interference.

Finally I have run a log of the VS2012 startup - there is nothing strange inside it.

As a novice, it looks like my version on VS2012 doesn't have this feature!

VS2012 v11.0.606010.01, .Net framework 4.5.50709

Answer is found here:

http://social.msdn.microsoft.com/Forums/en-US/807b3365-0172-4456-b6a4-448f2282415f/missing-the-library-package-manager-in-the-tools-menu?forum=vssetup

I had to run devenv.exe /resetuserdata and select web programming on start up

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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