Code generation bug

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
crazypit
Posts: 163
Joined: Wed 15 Apr 2009 08:43

Code generation bug

Post by crazypit » Fri 17 Jul 2009 11:29

Hello,

Using the latest version of Entity Developer, when i define an Association, i still cannot choose to generate only the one of the two relevant properties. If i do that, the application generates broken code (no attach_, detach_ properties).

I know that this issue is brought up in another forum, but it is crucial for me to get fixed! My application is Silverlight-based and i have problems serializing the generated entities to pass the wire. It cannot serialize an object graph and i want to be able to generate only the property im interested in and not both! Both properties lead to object graphs...

Post Reply