将 VB.NET 添加到 Visual Studio 2010 Professional
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18176727/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Add VB.NET to Visual Studio 2010 Professional
提问by chilleo
In the past I have only used Visual Studio 2010 Professional for C#, but now I need to work on a little bit of Visual Basic. When I go to create a project it only shows C# project templates. I am assuming when I installed Visual Studio 2010, I only installed C#.
过去我只使用 Visual Studio 2010 Professional for C#,但现在我需要使用一些 Visual Basic。当我去创建一个项目时,它只显示 C# 项目模板。我假设在安装 Visual Studio 2010 时,我只安装了 C#。
How do I now install VB.NET support?
我现在如何安装 VB.NET 支持?
I tried following a MS tutorial: I went to Control Panel and selected Change/Uninstall on Visual Studio, but then it asked me to insert a CD, of which I have none since it was donwloaded.
我尝试按照 MS 教程进行操作:我转到“控制面板”并在 Visual Studio 上选择“更改/卸载”,但随后它要求我插入一张 CD,自从下载后我就没有了。
回答by chilleo
Nevermind I figured it out. (win7) Control Panel -> Programs and Features -> Uninstall/Change on Visual Studio -> then when you hit the Add/Remove features and you get the popup asking about the cd (which is where I assumed i was stuck before) if you hit Download it takes you to the dialog where you choose additional languages to install and it worked.
没关系我想通了。(win7) 控制面板 -> 程序和功能 -> 在 Visual Studio 上卸载/更改 -> 然后当你点击添加/删除功能时,你会弹出询问 cd(这是我假设我之前卡住的地方)如果你点击下载它会带你到对话框,在那里你选择要安装的其他语言并且它起作用了。
回答by Stu
I apologize for my earlier flippant comment, and offer you http://download.cnet.com/Microsoft-Visual-Studio-2010-Professional/3000-2212_4-10618634.html
我为我之前轻率的评论道歉,并为您提供 http://download.cnet.com/Microsoft-Visual-Studio-2010-Professional/3000-2212_4-10618634.html
回答by Bethwel Too
I had same problem but i did the simplest solution ,since i had my .iso(visual studio express) file i had downloaded I used my winrar to extract files ,went to VBExpress ,open the folder and click on the setup and it all worked out successfully...
我遇到了同样的问题,但我做了最简单的解决方案,因为我有我下载的 .iso(visual studio express)文件,我用我的 winrar 解压缩文件,转到 VBExpress,打开文件夹并单击设置,一切正常成功出...

