dfaruque / Serenity.Extra

Name of the repo says that this is an EXTRA of http://serenity.is platform
60 stars 34 forks source link

Munq IocContainer failed to resolve Serenity.Data.IAuditLogRow Error #38

Closed muhammedyaman closed 4 years ago

muhammedyaman commented 4 years ago

image 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?

muhammedyaman commented 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 {...}