Asp.net MVC + EF: When I try to send back to client from controller, a collection that I retrieve from EF, I get an error on client. debug shows that the details are not sent appropriately. it does work fine when I copy the data into any other DTOs that I created and send them instead. just init another object and send it works. why ???
thanks !!!