Hi, We use NH in a client-server application. Entities are serialized by the server and sent to the client. Sometimes, we get some deserialization errors because the client receives a NH proxy and not a real entity (the client does not have any reference to NH). The problem is really surprising because in the same Set, we get for exemple one proxy and 2 entities: how is it possible ? Why do we have *sometimes* a proxy in a set of entities ?
I know how to correct the problem but i would like to understand.
Thx
|