Hey all,
I've built my WCF service and published it. I built a Windows application and was able to consume it without a problem (as a service reference). The problem arises when I try to build it as a "class".
What I'm trying to do is build a Class library (DLL) that may be instantiated a number of ways. This DLL is going to call the WCF service. But when I do my service reference, it starts reporting that Type (WCF Service Name) is not defined (in the Reference.vb).
Am I missing something fairly straightforward?
Thanks in advance.
Andrew