简体   繁体   English

VS2012:Windows 7上缺少库包管理器

[英]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. 我正在跟踪Azure Web教程test-service-using-web-api,其中一个步骤涉及“库包管理器”工具菜单项,该菜单项未出现在我的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. 我看过其他类似的问题,但是一个与2010年版本有关,另一个与菜单有关,但它不起作用。

In my case I don't have the menu at all. 就我而言,我根本没有菜单。

I have already taken these steps: 我已经采取了以下步骤:

  1. Repaired VS2012 twice 修复VS2012两次

  2. Followed these directions from a similar post: 在类似的帖子中遵循了这些指示:

    Run devenv /Resetsettings eliminate the cause of corrupted settings; 运行devenv / Resetsettings消除了设置损坏的原因; Run devenv /ResetSkipPkgs in Command Prompt; 在命令提示符下运行devenv / ResetSkipPkgs; Run devenv /Safemode to see if you can apply it correctly. 运行devenv / Safemode以查看是否可以正确应用它。 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. 最终,我运行了VS2012启动的日志-里面没有任何奇怪的东西。

As a novice, it looks like my version on VS2012 doesn't have this feature! 作为新手,看来我在VS2012上的版本没有此功能!

VS2012 v11.0.606010.01, .Net framework 4.5.50709 VS2012 v11.0.606010.01,.Net框架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 http://social.msdn.microsoft.com/Forums/zh-CN/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 我必须运行devenv.exe / resetuserdata并在启动时选择Web编程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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