How to install Visual Basic in Visual Studio ultimate 2012?

安稳与你 提交于 2019-12-13 18:43:40

问题


OS: Windows 8. I have VS2012 Ultimate with only Visual C++ in it. I can't create a Visual Basic project with it. Did installation go wrong? Does VB come with it? If not, how to add Visual Basic into it?


回答1:


Run the installer again or go to Control Panel > Programs > Programs and Features, find Visual Studio 2012, press Change and select Visual Basic from the install options when prompted.

Edit: It should ask you on first run which language you want as your default. To reset this you'll need to:

  1. Open Visual Studio
  2. Go to Tools > Import and Export Settings from the menus,
  3. Select the option to reset all settings, press Next,
  4. Select Visual Basic Development Settings when prompted to select a default collection of settings.

This will set Visual Basic to your default language.



来源:https://stackoverflow.com/questions/18755263/how-to-install-visual-basic-in-visual-studio-ultimate-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!