Denisio

Results 2 issues of Denisio

We use msgpack for store our classes to binary content (.NET 4.5, IIS 7.x). After some operations, error occured: Unable to cast object of type 'MsgPack.Serialization.EmittingSerializers.Generated.AutoGRAPHCharts_ModIndSettingsSerializer405' to type 'MsgPack.Serialization.MessagePackSerializer`1[AutoGRAPHCharts.ModIndSettings]'. ![Image](http://i.tk-chel.ru/denisio/201607/20160714_1049_25.png)...

need-more-info

Hello! I'm found some error in Insert/Update operation if I pass interfaced type. ``` public int SaveAbstract(IObjectBase item) { item._Updated = DateTime.UtcNow; if (item.ID > 0) c.Update(item, transaction: tr, commandTimeout:...