问题
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:
- Open Visual Studio
- Go to
Tools > Import and Export Settingsfrom the menus, - Select the option to reset all settings, press Next,
- Select
Visual Basic Development Settingswhen 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