VS 2010 is reporting this warning “Value cannot be null”. However, the project seems to be compiling fine. It doesn’t show any other information that shows why this happening. I’m developing a project to run on Microsoft Robotics Studio.
Description: “Value cannot be null”
File: ** dssproxy
How can I find more information regarding this warning ?
The code is 3000+ lines. So I’m not sure if its worth posting here.

Thanks in advance.
Thanks for all the suggestions.
In the end it was a missing namespace on one of the files i have added as a Link. Perhaps why dssproxy.exe was complaining. Wasn’t very obvious by “Value cannot be null” though.
Wouldn’t have been able to figure it out had I not started from scratch :(.
Thanks again.