How to create a new solution in Visual Studio 2010 Ultimate without TFS
I installed Visual Studio 2010 Ultimate edition and it seems like there is no way to use it without connecting to TFS. On the File menu, the only option is Connect to Team Project, but I just want to create a new Solution on my local machine.
I looked in Tools > Options > Source Control and chose "None" for the Current Source Control Plug-in but it had no effect on the menu options.
What am I missing? This is pathetic.
More Details:
Below is the list of installed products from the Help > About menu. You can see that Team Explorer 2010 is one thing installed. I stepped through the installation and I don't see a way to uninstall it or change it.
Microsoft Visual Studio 2010
Version 10.0.30319.1 RTMRel
Microsoft .NET Framework
Version 4.0.30319 RTMRel
Installed Version: Ultimate
From : http://social.msdn.microsoft.com/Forums/en/vssetup/thread/8a390225-7d53-45d4-ba42-b1261a9e192e
Based on your description, it looks like that you have installed Team Explorer 2010 instead of Visual Studio 2010.
Team Explorer 2010 is a simplified Visual Studio Team System 2010 environment used solely to access Team Foundation Server services. It applies the similar shell as Visual Studio. However, we cannot create new projects via Team Explorer. Thus, you can find only two options related to Team project when you go to File menu.
You can check Help Menu >> About Microsoft Visual Studio >> Installed products. You might find the following component:
Microsoft Visual Studio 2010 Team Explorer
Turns out, if you select the project management profile when you first start up VS, it won't allow you to create new projects. What doesn't make sense is that I selected c# profile. Still, the solution is the same as if i did select the project management profile. Reset VS with this comand line command:
devenv.exe /resetuserdata
Open VS 2010 then go to
Tools > Select import/export settings > Import
and follow the instructions..
链接地址: http://www.djcxy.com/p/81676.html