Tagged Questions
0
votes
0answers
33 views
passing an object from a WCF service to client
I'm running into a stumbling block on getting my object passed down to my client.
I have added [DataContract] and [KnownType] attributes to my class on the service, and created a property with {get; ...
0
votes
1answer
344 views
WCF Client DLL Internet Delivery Problem
We are creating a WCF service with a companion client DLL (.Net) that we will be delivering to a user's GAC via a web page. The DLL knows how to communicate with and how to interface with the service, ...