I used VS 2003 for a while before but I never had a copy to run on my home copy. Edneeis was nice enough to send me an evaluation copy of VS 2002. For some reason, 1 of my C# projects compiles fine, however, the task list gets filled up with " Object type cannot be converted to target type." about 20 different instances of it, all pointing to line 0, which is just
Code:
using System;
It still will compile, but it is annoying to have all of those in my task list, especially since I don't understand why they're there anyway.

So, um, is there a way to turn off that warning or something? It's annoying.