Symptoms
I have received a request to change a text box to a text area in order to facilitate a larger entry of information by the end user. The smart object type for this is text, in designer, the control is set as text area. When the user attempts to enter data exceeding 100 characters, error message 'property has a too long value for type Text.
Diagnoses
Applied the fix on the production live and dev environment
On the production live we ran into an error, then checked the dll on properties and noticed is was blocked we then unblocked it and restarted the server and deployed successfully.
Resolution
The code fix was applied on both the Developement and Production live environment it resolved the issue