NHibernate: Error dehydrating property - What the heck is this?

前端 未结 6 2147
谎友^
谎友^ 2021-01-17 10:21

I\'m doing a fairly complex NHibernate transaction in a financial system, creating a payment, recording the ledger entries, checking to see if the payment is the total amoun

6条回答
  •  不要未来只要你来
    2021-01-17 10:31

    It's likely that nhibernate is not showing the correct property of error, check the adjacent properties in the mapping file, looking for errors in relationship between data types from your database and data types from .net or repeated columns in properties... also check this link Fluent NHibernate - IndexOutOfRange

提交回复
热议问题