You need to specify the full assembly name of your custom type. Sent from my HTC
----- Reply message ----- From: "Felipe Oriani" <[email protected]> To: <[email protected]> Subject: [nhusers] PropertyValueException for Text Property Date: Thu, Nov 1, 2012 12:22 pm Hello friends, I have a problem with NHibernate here, that I don't know how to resolve. I take a PropertyValueException exception, with a message: Error dehydrating property value for Domain.Product.Details I'm using Fluent NHibernate to map this property "Details" with a custom type (TEXT in Sql Server) and it is nullable. Map(x => x.Details) .CustomSqlType("TEXT") .Nullable(); What can I do to avoid this exception?Thank you. ______________________________________ Felipe B Oriani felipeoriani.com.br [email protected] -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
