Skip to content

July 6, 2005

bee

Ramblings: Things I hate about debugging

So one of the things that I truly despise about debugging is working for a few hours trying to make something work only to find out later that it isn’t that thing that’s broken at all… Case in point.  I was getting a Access denied type message while trying to write something to the registry.  I thought it was code access security — because that’s normally what it is.  It turned out to be that I forgot to ask for write access when I opened up the key… ARG!

Now I’m off chasing some enumerator problem from a base class…

Recent Posts

Public Speaking