Visual C# Beta 2 Problem

I just upgraded from VC# Beta 1 to Beta 2. I had no problems with Beta 1 (Save errors in my code), but after installing Beta 2, I cannot load nor create projects. Every time I try to create/load one, it gives me an error saying "The path is not of a legal form".
Any help?
[277 byte] By [ChrisBoden] at [2008-3-7]
# 1
Have you tryed the reset settings fix.
Mykre at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
Yes, I've reset my settings, still gives me the error.
ChrisBoden at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 3

Hi Chris, I would recommend that you go follow the instructions for cleaning your beta1 install as described here http://lab.msdn.microsoft.com/vs2005/uninstall/

Then after reinstalling beta2 if you still continue to have problems, try running devenv /setup. If you are running an express version of Visual studio the command would be vcsexpress /setup.

Hope this helps.

PrasadideSilvaMSFT at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...