Page 1 of 1

dotconnect + WCF

Posted: Tue 29 Jun 2010 13:20
by GCSX
Hi,
I want to create a WCF webservice using dotconnect.
I used LinqConnect to have entities mapped. This works just fine. I can send entities to WCF's clients.

But when I send an entity with relationship to others entities (inter-table relationship), I get this :
Can not insert entity with the same key if key is not database generated.
I don't insert anything at this time : I just want to send the entity through the webservice...

Posted: Thu 01 Jul 2010 08:35
by AndreyR
Could you please send us a small test project reproducing the issue?