Sunday, December 26, 2004 2:29 PM
szurgot
VS.NET December CTP - Man, what a wonderful, frustrating Christmas Present
After seeing the announcement that VS.NET Dec CTP was out, it's been like a bad christmas comedy where I've played all the parts... The kid awaiting the present, the dad trying the get the present, and probably even the malicious clerk whose sitting on all the toys that every body wants <grin>
My RSS reader picked up the news item that the CTP was available. Well, when I went to start the download, Cox, or something was down, so I couldn't even start the download the get the thing. So I had to sulk off to bed knowning my new toy wouldn't be there in the morning... So the next morning, when I went to my 1/2 day of work I kicked off the download... 18 Hours! Oh, boy... So it runs all day, and I monitor it until my wife and I got to Christmas Eve mass with the in-laws, and like an errant child, the download quits the minute we leave <grin>, so start it back up, and wait more hours...
Whew!!! Finally, it finishes, with a little time to spare, so I burn off the DVD+RW, and start the install (once X-Mas is here, no computer time for me) So two days later, and several reboots, it's installed (no Team System... Not going there yet), I bring forward my main play app. It's a pretty stable app, uses lots of 1.0 and 2.0 stuff, included SQL Express. Works pretty well. Need to adjust a few things, delete a few lines, for changes from Nov CTP to Dec CTP, then away it runs...
So finally, I go into look at some bugs that have been bugging me, see if I can fix them instead of working around them, I hit one key, and bam! It crashes... Reload, and repeat, and Bam! (i, for if, for those who are curious...) Intellisense is broken... Turning off Code Snippets in intellisense fixes that, but it also turns of AutoIntellisense.. What an add check box... Why can't I select what features I want as part of "auto-intellisense"? Why must I turn that feature off to select waht is part of intellisense... Any way, determine that it duplicates, and report the bug...
Finally, maybe it'll work... <grin> All in all though, it really does look like VS.NET is coming together.. This is the best on yet, and if weren't for that Intellisense bug, I probably wouldn't have any real complaints...
Oh, and here's an interesting other bug. On this project (can't reproduce it on a new one). In the OnClosing overrides, the EventArgs.Cancel property is automatically setting to true, so the form would never close... Weird....