Jay Sullivan
Jay Sullivan

Reputation: 18249

Why can't I change my Visual Studio 2010 default project directory?

When I try to create a new project, by clicking

FileNewProject,

the dialog's default project location does not default to the directory shown in

ToolsOptions→[Projects and Solutions]→ [General]→"Projects location:".

But it is pointing instead to an old project of mine.

Is there another place this value is stored?

Upvotes: 1

Views: 569

Answers (1)

Jay Sullivan
Jay Sullivan

Reputation: 18249

For me, this was resolved by changing the following registry key to the desired default project location:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\NewProjectDialog\MRUSettingsLocalProjectLocationEntries\Value0

Upvotes: 1

Related Questions