1
Vote

The length of the string value exceeds the length configured in the mapping/parameter

description

I ran into the NHibernateException "The length of the string value exceeds the length configured in the mapping/parameter."

It is talking about SearchSettingsPartRecord.SearchedFields : what gives? Afaik data migration has Unlimited()

Any advice on how to quickly solve this for our website?

comments

AimOrchard wrote Dec 5, 2012 at 11:14 AM

Any update on this?

sebastienros wrote Dec 11, 2012 at 8:07 PM

Need to add the StringLengthMax attribute on the field.