If the answer is “working” then perhaps you missed the announcement that Microsoft is hosting both of its FREE quarterly events on that day: MSDN Unleashed and ArcReady. Both events will be held at the Microsoft office in Mason.
ArcReady will start the day off with Brian Prince talking about how to architect the modern distributed application (think cloud computing and services). This is from 9:00 AM to 11:30 AM.
Another quick story from this last week’s upgrade from VS 2005 to VS 2008. I ran code analysis from 2008 on the code base and started to get spelling warnings all over the place. The amusing thing was that it was telling me that the name of the company, which is in the namespace, was spelled wrong. My initial reaction was, “Good grief” (said with the best Charlie Brown imitation I could muster…which still wasn’t very good).
At my current client we use MSTest as our testing framework. Last week I was updating a solution that contained a few unit test projects from VS 2005 to VS 2008. The project upgrade wizard ran and everything compiled just fine. I ran the Unit test suite and noticed that several unit tests failed. I looked at the first test and noticed that it had an Assert.Inconclusive() operation in it at the end.