views:

92

answers:

1

How to send Castle.Proxies.EntityProxy via WCF Channel?

How to set the proxy as KnownType?

+8  A: 

you're doing it wrong. Don't send entities via the wire. Use dedicated Data Transfer Objects.

Krzysztof Koźmic