No parameterless constructer defined for this object when putting EnabledDelete=true on LinqDataSour
Posted
by Xaisoft
on Stack Overflow
See other posts from Stack Overflow
or by Xaisoft
Published on 2010-02-18T16:33:19Z
Indexed on
2010/03/26
4:03 UTC
Read the original article
Hit count: 539
linqdatasource
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.
© Stack Overflow or respective owner