VS 2010 Beta 2: where is the Visual Studio command prompt?
Consider a fresh install of Visual Studio 2010 开发者_如何学GoBeta 2. In this case, the web-downloader was used, but that's unlikely relevant.
The Visual Studio Command Prompt is missing.
I had expected it to be there, just like 2005 & 2008. The intention is to call aspnet_regsql
without having to navigate to its path at c:\WINDOWS\Microsoft.NET\Framework\versionNumber\
, or having to add that path to the environment variables. Doing either of those would be quick, but the idea is to be able to reuse the Command Prompt more than once.
Questions:
- is there a way to create the Visual Studio 2010 Command Prompt?
- is there a VS menu option to get to this Command Prompt?
- any guesses on why Microsoft didn't include this shortcut?
Did you install C++? If not, that's a known issue in Beta 2 - the prompt shortcut is not being added when C++ is not installed
Try to re-install the application with the C++ IDE. That will save the time you would spend on installing C++ debugger.
精彩评论