On the weekend I installed beta 2 of Visual C# Express 2008. This is the first time I've had a hands-on go of .NET 3.5 or VS 2008, and from my brief look on Saturday it looks great. Not too different visually from Visual Studio 2005, but hey - when you're on a good thing, stick to it.

The current version of Comicster compiled just fine, but the newer, WPF version had some issues. While it compiled, I couldn't open the main form in the XAML form designer (code-named "Cider"). I just got the new "White Screen of Darn" where it tells you that the form couldn't be displayed. This is obviously due to my hand-coding the XAML rather than using a visual designer from scratch, but it leaves me with something of a conundrum:

Do I restart the main form's design from scratch using Cider, so that I know I have a level of compatibility with the visual form designer? Or do I abandon the current form designer and continue with my (possibly incorrect but still working) hand-coded XAML?

Both options have merit. I don't know exactly what it is with my current form that stops it from loading in the designer, but it could be anything. I'm thinking it's probably something to do with references to templates, styles and code-based template selectors in other files within the project.

Anyone else had enough hands-on experience with Cider to have an opinion one way or the other?