visual-studio - VS 2010 测试版 2 : where is the Visual Studio command prompt?

标签 visual-studio visual-studio-2010

考虑全新安装 Visual Studio 2010 Beta 2。在本例中,使用了 Web 下载程序,但这不太相关。

缺少 Visual Studio 命令提示符。

start  menu

我原以为它会在那里,就像 2005 年和 2008 年一样。目的是调用 aspnet_regsql 而无需导航到其位于 c:\WINDOWS\Microsoft.NET\的路径Framework\versionNumber\,或者必须将该路径添加到环境变量中。执行其中任何一个都会很快,但我们的想法是能够多次重用命令提示符。

问题:

  • 有办法创建 Visual Studio 2010 命令提示符吗?
  • 是否有 VS 菜单选项可以访问此命令提示符?
  • 您对 Microsoft 为何不包含此快捷方式有任何猜测吗?

最佳答案

你安装了C++吗?如果没有,这是 Beta 2 中的一个已知问题 - 未安装 C++ 时不会添加提示快捷方式

关于visual-studio - VS 2010 测试版 2 : where is the Visual Studio command prompt?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1659254/

相关文章:

c++ - Visual Studio 下拉菜单中灰显的类方法

windows - 为什么有些程序在使用调试器时可以运行,但在运行正常的调试执行时却不行?

c# - 在 C# Winforms 中,有没有一种方法可以在所有控件周围放置虚线边框,并在运行时选择特定控件时显示控制点?

c# - 为 32 位和 64 位非托管 DLL 创建托管包装器

visual-studio - 在 docker 容器中安装 VS2017

c# - 为 Visual Studio 安装 Hyper-V 模拟器时出错

visual-studio - 在 Visual Studio 中使用鼠标滚轮水平滚动

c# - 如何使用 NuGet.Core 创建 NuGet 包?

linux - 寻找实现集中式 git 存储库......但有一个问题

visual-studio-2010 - VS 2010 : Pass results of a TestMethod to another Testmethod