Project Location Change Ignored

I have changed the project location in Tools --> Options --> Projects and Solutions --> General but VB ignores these settings instead defaulting to the My Documents location both on the Start Page and the File->OpenProject dialog, am I missing something in the settings somewhere that enforces these changes ?
[321 byte] By [MarvinTPA] at [2007-12-17]
# 1
Are you sure that you saved your changes in Tools / Options and didn't just cancel? If you open Tools / Options again, do you see the changes there?

I've tried changing the project location in both the Express and Pro editions and it works fine for me.

Steve Hoag
Visual Basic Express

shoagMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...
# 2
Hi Steve,
Yeh, to be precise as I have dug into this a little more, this is the run of events:
Installed VB, created a handful of test projects locally.
Decided to move those projects to a network drive, changed the settings in VB and moved the project files to the network drive.
I expected VB to then look on the network drive for those projects but it was remembering the original location that each project had been created in instead of using the project location settings in the options tab.
I think therefore it must be storing the project location in the registry somewhere on a per project basis as opposed to using the values set in the options, when I created a completely new project it did indeed save it to the network drive.
One thing I didnt try was saving a project to a different location to see if that does the trick although that would become tiresome if the storage location of a large number of projects were to be moved.
Perhaps there just needs to be a tickbox in the options tab to force all projects to use the new location.
Cheers
Simon
MarvinTPA at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...