I've touched on these issues before, but that was using a system with vs 2005, 2008, vwd, and 2-3 years of associated junk on ;)
Now I'm running a fresh install of Visual Studio 2008, on Vista. I still have some very annoying issues.
The first, is that when creating a new asp.net site, and a default blank page - it won't run. I get a compiler error, the only way I know to fix it is to add a 'codefile' reference to the top of the aspx page. I need to do this for every page - why??
Secondly, I have an issue in that sometimes when opening an aspx page - it basically wont! A new tab is created, but the window inside the tab is not refreshed, it shows the contents of the previous tab (although the design/split/source bar appears at the bottom) - it's as if just that window has crashed.. I can easily go back to the other tabs, but there's no way of seeing the aspx of that file. The file isn't corrupt in any way, and it seems temperamental - but often occuring on old 2005 projects.
Anyone else experienced this behaviour?? cheers :D