Hello, I'm having trouble loading an entity with an XML column from SQL Server. Saving works perfectly (schema is created by NHibernate), but loading does not: "Could not cast the value in field Data2_0_ of type String to the Type XDocType. Please check to make sure that the mapping is correct and that your DataProvider supports this Data Type.". The column is created as XML. This is with NHibernate 3.3.1 from Nuget. Column is mapped as XDocument with type XDocType. Anyone having problems? Am I missing something?
Thanks! RP -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
