Closed muhammedyaman closed 4 years ago
Sorry about this. This is an error of usage. I figured it out thanks to demo. I thought it would be the same as DataAuditLog but it is not. So if anyone else encounters this error the usage is like this:
public sealed class SevkSiparisRow : Row, IIdRow, INameRow, _Ext.IAuditLog {...}
I get this error when i try to use [AuditLog] in Master/Detail row. This is my master row:
[AuditLog] public sealed class SevkPlanlamaRow : Row, IIdRow, INameRow {....}
And this is the detail row:[AuditLog] public sealed class SevkSiparisRow : Row, IIdRow, INameRow {....}
And the error string:Munq IocContainer failed to resolve Serenity.Data.IAuditLogRow
@dfaruque or anyone else can you help me?