I've discovered what was causing problems with TestDriven.Net and it isn't ReSharper. I had recently refactored my test fixtures and now I have a few that make use of generics BaseTest<T>. I had run into a problem with TD.Net before regarding generics and had to rearrange my classes (I had two classes in one file) to get it to work. I don't remember the details and I am still having problems getting it to work now.
Regardless, R# is off the hook. And as an added bonus, R# doesn't appear to have the same problems with generics in test fixtures.
By the way, I am running version 2.13.2184 or TestDriven.Net... Either it is time to upgrade or simply use R# instead.
On to Day 3...