No parameterless constructer defined for this object when putting EnabledDelete=true on LinqDataSour
- by Xaisoft
If I have a LinqDataSource without EnabledDelete, EnabledUpdate, EnabledInsert, it works fine, but as soon as I add those properties to the data source, I get the error:
No parameterless constructor defined for this object.