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