Search code examples
entity-frameworkwcfwcf-client

How to get EF Objects to work in the WCFTestClient


I have a solution that has some EF objects. I want to pass them down to the client.

When I try to test this in the WCFTestClient.exe I get this error on my objects:

"This operation is not supported in the wcf test client"

Is there a way to set things up so I can pass my Entity objects down to the client or am I going to have to make a separate class that duplicates everything.

Vaccano


Solution

  • This cannot be done with the WCFTestClient. I am researching some other clients to see if they will do it (ie WCFStorm)