January 2006 - Posts
Retail debugging is one of those things that is both painful and necessary. To avoid repeating myself, I will just point to my old blog entry on this subject -- http://blogs.msdn.com/greggm/archive/2004/12/15/315673.aspx . I was doing some retail debugging
Read More...
If I had to give one piece of advice as to what you should do to be a good developer, it’s this: be careful of what you checkin. This means: Use source control. It’s hard to look at you are changing without source control. Always diff the code yourself.
Read More...
Today I want to try to give more insight into the 'Binding Handle Is Invalid' problem that a number of people have reported with the VS 2005 debugger. First, if all you care about is how to solve the problem: Enable the 'Terminal Services' service and
Read More...