7

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:

Shot of my VS instance

Guido Anselmi
  • 3,872
  • 8
  • 35
  • 58
  • It looks like has something to do with you source control... are you en some team foundation solution? or something alike? – Gerardo Jaramillo Mar 17 '11 at 18:23
  • Could you add the full text from your output pane? I see "unable to create..." but there's more. Could be a clue. (You may be in need of a repair/reinstall.) – Paul Sasik Mar 17 '11 at 18:27

6 Answers6

11

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

Stagg
  • 2,660
  • 5
  • 34
  • 32
Guido Anselmi
  • 3,872
  • 8
  • 35
  • 58
1

Small workaround: simply press Ctrl+Shift+N and 'New Project' window will appear.

1

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.

Jim Wieber
  • 11
  • 1
0

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

0

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.

m4tt1mus
  • 1,642
  • 14
  • 24
-1

Have you stopped debugging? If you are not sure, try this: Debug->Stop debugging (or) Ctrl+F5

Then you can create New Project

Nova
  • 1