如何安装 Visual Studio 2010 的 Visual Web Developer 功能
我安装了 Visual Studio 2010 Premium,并且想要安装 Silverlight 4 SDK。
SDK 表示它需要 Visual Studio 2010 的 Visual Web Developer 功能。您知道如何安装或激活此功能吗?
I have Visual Studio 2010 Premium installed, and I want to install the Silverlight 4 SDK.
The SDK says that it requires the Visual Web Developer feature for Visual Studio 2010. Any idea as to how to install, or activate this feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
运行 Visual Studio 安装程序并仔细检查已安装的组件。确保已启用 Web Developer(Web Developer 应该是 VS 2010 Premium 标准安装的一部分),然后单击“确定”。
安装完成后,尝试再次安装 Silverlight SDK。
Run the Visual Studio installer and double check the installed components. Make sure Web Developer is enabled (Web Developer should be part of the standard installation for VS 2010 Premium) and then hit OK.
Once the installation has completed try installing the Silverlight SDK again.
对于 Windows Azure,这并不那么简单,因为没有单独的 VS 安装程序。启动 VS2010SP1AzurePack.2E2.2E1.exe 后,您最终会收到此消息。完成后,单击“确定”。然后在下一个屏幕上,其中列出了所有软件产品,并且“我接受”按钮呈灰色,向下滚动到“Visual Web Developer 2010 Express(依赖项)”行,然后单击“直接下载”链接在它下面。运行下载的“vwd_web.exe”文件,它将安装 Visual Web Developer 2010 Express。完成后,单击产品列表上的“我拒绝”按钮。这将使您返回到第一个屏幕。现在单击“安装”按钮 - 该消息将不会出现,并且现在将启用下一个屏幕上的“我接受”按钮。
With Windows Azure, this is not as straightforward, because there is no separate VS installer. After launching VS2010SP1AzurePack.2E2.2E1.exe, you will eventually get this message. Once you do, click OK. Then on the next screen, where it has all the software products listed and the "I Accept" button is grayed out, scroll down to the "Visual Web Developer 2010 Express (Dependency)" line, and click on the "Direct Download" link underneath it. Run the "vwd_web.exe" file that it downloaded, and it will install Visual Web Developer 2010 Express. Once that completes, click on the "I Decline" button back on the list of products. That returns you to the first screen. Now click the "Install" button - the message will not appear, and the "I Accept" button on the next screen will now be enabled.
就我而言,我已经选择了 Web Dev 功能,并执行了以下操作:
安装 Azure SDK (2.9.1)。
In my case, I had already chosen the Web Dev feature, and performed the following
Azure SDK (2.9.1) installed.