Serialization of type object is not supported. (System.Data.Entity.Spatial.DbGeography) #2389
Unanswered
kcabral817
asked this question in
Questions
Replies: 1 comment 1 reply
-
I read last the night, the issues involving MF and the direction. After I left, it dawned on me the issue. I will create a class with the managed backfields so that Automapper can map them from the complex sql object to CSLA. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using in my application which works with DbGeography. I can attach the values to like x, y, z to fields in WPF for display and entry. In preparation for .Net 6, I have changed the BinaryFormatter to MobileFormatter and received the above error. I know that DbGeography is not a primitive type so I am wondering what my options are?
Beta Was this translation helpful? Give feedback.
All reactions