Reputation: 100567
Consider a fresh install of Visual Studio 2010 Beta 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:
Upvotes: 2
Views: 3502
Reputation: 3168
Try to re-install the application with the C++ IDE. That will save the time you would spend on installing C++ debugger.
Upvotes: 1
Reputation: 29304
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
Upvotes: 9