A circular reference was detected while serializing an object of type 'System.Reflection.RuntimeModule'.
Answers
Answered by
0
It seems that there are circular references in your object hierarchy which is not supported by the JSON serializer. Do you need all the columns
Similar questions