LLBLGen Pro version + buildnr - 1.1
problem occuring at runtime - 1.0.20051.060112
Stack Trace : [ArgumentOutOfRangeException: The value specified will cause an overflow error in the database. Value length: 30. Column max. length: 10
Parameter name: XYZ]
SD.LLBLGen.Pro.ORMSupportClasses.EntityBase.ValidateValue(IEntityField fieldToValidate, Object value, Int32 fieldIndex) +391
SD.LLBLGen.Pro.ORMSupportClasses.EntityBase.SetNewFieldValue(Int32 fieldIndex, Object value, Boolean checkForRefetch, Boolean fireChangeEvent) +135
SD.LLBLGen.Pro.ORMSupportClasses.EntityBase.SetNewFieldValue(Int32 fieldIndex, Object value) +15
Database : SQL Server 2000
My database has the field as varchar(30)
I dont know why i get this exception and how do i overcome it?
Note: I didn't generate the DB schema from LLBLgen designer as the actual development of this application is done from another company. Hence do i need to regnerate the schema with modified table column width using LLBLgen ? Please assist me.