Browse by Tags
All Tags »
General »
Traps (RSS)
Bill McCarthy found a very weird bug today . It seems that if you craft some code just right and do a release build, then you can get your code to throw a NullReferenceException when it clearly shouldn't have. He first found the bug in VB and presumed
Read More...
Of you people who have upgraded to the 2.0 framework (or played with it in anger at least) how many of you have seen this error message? Configuration system failed to initialize. This has to be the exception that annoys me the most in everything that's
Read More...
Since VS2K5 came out, slowly but surely a few starter kits have been trickling out. I think these starter kits are a neat idea, useful to experienced people and n00bs alike. Each starter kit is simply a project template that compiles and runs without
Read More...
I saw a post the other day on the MSDN feed from Abhinaba , one of the guys on the Team Build part of Team System, about a bug they were hit with. It seems that if you create a directory that is slightly invalid, you'll get a folder different to what
Read More...
So, as we all know, VS2005 shipped less than 24 hours ago. I've queued all the bits (VS, SQL, VSTO, Visio...) for download before I left for work this morning, knowing that I'd be able to play tonight. I did well. I only called my wife once through the
Read More...
Last week I did my first serious work with VS2005. Sure, I've played a lot with it, and compiled and run and tested a hell of a lot of different snippets and played with a lot of new features, but on Friday I started working on converting all our base
Read More...
About 10 minutes ago I just finished reading a new post on the IE Blog . They describe the way in which the BASE tag has been incorrectly implemented in IE for the last few versions, and that in IE7 it's finally going to be done the right way - only allowed
Read More...
Over the last few days I've groaned sympathetically with Frank as he's described his failing hard drive woes. But I should have known. It almost happened to me. *sigh* As I said a couple of days ago, I got me a new hard drive with oodles of space . It's
Read More...
This is more a note to myself, but you're welcome to remember this tip for yourself. I read about this last month on someones blog (the solution to this problem) but buggered if I could find it now that I need to remember what to do again. Each month
Read More...
Last night I started what ended up being a pretty long discussion on a pretty small piece of code . I talked a bit about things you could do to clean it up a bit, and get it perhaps a little stabler. As a refresher, let's pretend those changes I talked
Read More...
A question came up on the aus-dotnet mailing list last night that got my juices going. William Bartholomew was looking at getting a call to a web method to try again a few times if it had trouble making the call. All he (innocently) asked for was if his
Read More...