Whidbey Hates Me
I've been trying to convert a Windows application from VS.NET 2003 to VS.NET 2005 - March CTP, and I haven't had the best of luck. First, the installation I did was running RIDICULOUSLY slow. Every time I made a code change, it took in upwards of 4 minutes to recompile a 4 project solution (on a dual proc, hyperthreaded 2.4GHz Xeon box). Then, I kept getting COM errors in the designer. I saw some cool new properties in the "Project Properties" dialog, like "Make Single Instance Application" and "Show Splashscreen At Startup", but none of them were enabled in the upgraded project, which made ma kinda mad. So I finally said "screw it", reformatted the box, reinstalled Windows XP and VS.NET 2005, and tried to start designing a Windows application from scratch.
Nothing but problems from here. First off, my toolbox was empty. Fortunately, the toolbox has a "Restore Toolbox" option, which, after several seconds of inactivity, gave me all my controls. Then, I go to start designing the main form. I slap some controls on there, set some properties, and hit "Debug". I see my splashscreen (for a 10th of a second) and then the form comes up, minus any controls. It turns out, the designer did not progapate the code to the .VB file AT ALL. Oh yeah, and when I go to "Project | Project Properties", the dialog that appears is modal, and cannot be closed.
Has anyone else seen this behavior, or does my computer just hate me?