I have been trying to start a new project in Visual C# Studio 2005 Express and keep getting the error:
the filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)
I have checked my volume label (WINXP) and the directory (E:\VS2005\) and even the filename that i have entered (MyProject) and can find no invalid characters or syntax in any of these. Yet each time I try to create a new project, I get this error. I have even changed the directory in the Options (from the default, much longer directory to the one above and several other alternatives) and no effect. I downloaded the Card Game template from Coding4Fun and was able to open it, but creating new projects is currently impossible.
Any help or hints or whatnot would be great!
Thanks

the filename, directory name or volume label syntax is incorrect.
Ostenda
Thanks
fdirosa
Hugh Wood
Lucho1970
Here is what I did ...
(1)
Modified, as appropriate, in Tools -> Options -> Projects and Solutions -> ...
Project Locations
Project Templates
Item Templates
I removed the %USERPROFILE% (or whatever environment variables might contain the dreaded '&' character
). I actually want the locations in "C:\VisualStudio".
(2)
Used regedit to mod the info under
HKCU\Software\Microsoft\VCSExpress\8.0.
There were a number of keys that needed to be modified. I modified any env variable that might contain the '&'.
(3)
Modified, as appropriate, in Tools -> Options -> Projects and Solutions -> ...
Clicked ON 'Show advanced build configurations'.
I did this so that I could the directory I ws actually saving stuff to.
Hope this helps.
Bob
Sehar Iqbal
Cheers
McWhirter
Omar.Rojas
Is there any workaround for this issue