Can't Create Project or Solution in Visual Studio 2010
So I can't seem to be able to create any new projects or solutions. I can navigate and open existing solutions but开发者_运维技巧 cannot create any new solutions. All help is appreciated. See screenshot below:
Some how I was stuck in "Project Management mode!"
Don't know how I got there, but it was hell.
I reset my settings and it was all good.
You can do that by going to Tools > Import & Export Settings > Reset all settings
I had the same problem. I changed my project location, template location and item templates location to a local drive that VS could find. This seemed to fix my problem. These settings can be found under Tools->Options. Select projects and Solutions and then General.
Small workaround: simply press Ctrl+Shift+N and 'New Project' window will appear.
You could try going to Tools>Options>Source Control then change it to none and see if it works. It seems like you are using TFS or something and not allowed to add new projects to the source control.
The Way I got around this was the basically the same as Stag, but in 2010 the reset all settings can be found under Help> Import & Export settings> Reset All Settings
Have you stopped debugging? If you are not sure, try this: Debug->Stop debugging (or) Ctrl+F5
Then you can create New Project
精彩评论