I've uninstalled Beta 1 and installed Beta 2 and find that when I try to create a new project I get the following message:
Could not find a part of the path 'C:\Documents and Settings\John Cologon\Application Data\Temporary Projects\WindowsApplication1
(Obviously that's if I accept the default "WindowsApplication1" name - if I name the project "Foo" the the last bit changes to "Foo")
Any suggestions
John

Unable to create new project in VB Express Beta 2
Ram .Net Design Architect
Would you happen to be able to recreate a list of things that you deleted/removed so that I could use that too. I tried exactly what you said and it STILL is being dumb.
vladtch
1. Uninstalled everything that had anything to do with visual studio or .NET, including all .NET versions and Mono.
2. Deleted all folders related to VS, out of My documents, Program Files, Documents and Settings\Local Settings\Application Data, Documents and Settings\Application Data etc
3. Ran Regedit and searched for "vbexpress", "visual studio" and "MSSQL" and deleted all keys that contained any of them
4. Ran RegClean.exe (I know MS doesn't support it any longer, but you can still download it from the web
5. Rebooted into safe mode and then rebooted normally
6. Reinstalled VB Express - it now works fine (so far anyway -at least it creates new projects!)
John
FedorSteeman
Aside form uninstalling and reinstalling, which I've tried multiple times without success, I also tried ticking "save new projects when created" under tools->options. I now get a new error message "The path is not of a legal form". Visual studio in this case actually creates an empty directory for my app, but doesn't go any further.
John