Hey Ben,Good to hear from you Try this to see if the problem at least goes away adn then we can work the other way. The field is being set to DbNull when it is created, by default the BOs will initialize all of the fields unless you set the AllowNullValuesOnNewRow property to False. Then these fields will be NULL which can produce this error. If you manually initialize the field to an empty string does the error go away?