VS 2010 Error “Object reference not set to an instance of an object” when adding Service Reference f
- by Andy
I have a VS2010 (RTM) solution which contains:
WCF Service project
Console WCF client project
Class project for DataContracts and members
Class project for some simple classes
I successfully added a service reference in the console client project and ran the client. I then did a long dev cycle repeatedly modifying the service then updating…