Saturday, 28 September 2013

WCF - IDE can't find ServiceClient

WCF - IDE can't find ServiceClient

I receive the following error message:
The type or namespace name 'ServiceClient' could not be found (are you
missing a using directive or an assembly reference?)
I'm just trying to instantiate the ServiceClient and it doesn't think it's
apart of the service.
It was working before, but then I removed the default interface, added a
folder, and then placed the new interface in that folder. This is what the
structure of my service currently looks like:

Any ideas on what I'm doing wrong here?

No comments:

Post a Comment