This question is locked. New answers and comments are not allowed.
Hi there,
I've been getting a 500 error from my server while trying to implement the Ajax Binding capability of the grid. It turns out this is due to a Circular Reference when the object is being serialized.
I had a look at your example and noticed that in your Northwind.dbml you have set the Child Property of the Customer_Order Association to FALSE. When I switch this to TRUE I get the same error with your example. I would like to keep my associations so is there another way around the Circular Reference problem?
Thanks,
Ross
I've been getting a 500 error from my server while trying to implement the Ajax Binding capability of the grid. It turns out this is due to a Circular Reference when the object is being serialized.
I had a look at your example and noticed that in your Northwind.dbml you have set the Child Property of the Customer_Order Association to FALSE. When I switch this to TRUE I get the same error with your example. I would like to keep my associations so is there another way around the Circular Reference problem?
Thanks,
Ross