Hi there,
I've have been using Visual Studio 2005, alongside Visual Web Developer 2008 to create asp.net web-apps in vb. I recently installed Visual Studio 2008 alongside these, along with AnkhSVN - and have noticed a few changes which are causing issues!
The most noticable is that in my solution explorer (I'm creating asp.net apps in vb) I no longer expand an .aspx page to display the .vb counterpart - I have to right click and view code.
Also, when adding a new file to the solution - the whole interface has changed, I don't get the master page checkbox option (I have to select a different filetype) nor do I have the choice of code-behind or not.
Are these just changes in Visual Studio? Confusingly it's also affected my VWD2008!
Finally, when I do create a new page - I get errors straight away.. i.e. "Could not load type 'XXXXXX.yyyyyy'." - Where XXXXXX is the project name, and yyyyyy is the class defined in the code-behind. I'm also sure that prior to this, XXXXXX (the project name) was never even prepended to the class name! (removing it doesn't help)
I removed AnkhSVN but that didn't change anything... so was it the VS2008 install that caused this? Is it possible to change things back? I can make do with the cosmetic changes but the fact that a newly created blank page won't even compile is slightly annoying!!
If anyone can help I'd appreciate it! cheers :D