this code on 2.2.59 work fine but 2.5.11 have an error
string json = Newtonsoft.Json.JsonConvert.SerializeObject(this.DataSource);
Error:Self referencing loop detected for property ‘DataView’ with type ‘System.Data.DataView’. Path ‘[0]’.’
this.DataSource is a DataGridView datasource
Newtown is not our product. System.Data is Microsoft. In any case, the circular serialization error means that a class is self referencing at one point. This is not a Wisej issue.
Please login first to submit.