Hey all..
I have a call (POST) to a web service that returns a type IList<>. I suspect that this type is not serialized properly because I get the following error: "A circular reference was detected while serializing an object of type......"
Can I only work with arrays? Make another method that returns only an array? I would rather not duplicate my methods just to work with JQuery.
Anyone seen this?
Thanks,
Nick