This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have a simple Model with two entities and a 1-n-connection. Both Entities have one column Value of type MyEnum which ist handled by an EnumConverter. The following queries will then result an exception:
Exception:
|
|
|
Is the field handled by an EnumConverter? Im not seeing any issue with this without based on the above setup locally. Do you have access to the inner exception details as this will contain the underlying exception as to why mapping failed, if not is it possible to send through this project for us to try and reproduce?
|
|
|
Sorry, I was too quick during the model creation and defined the the db-type as int32 instead of byte. Everything is working fine. |
|