After upgrading form Composite 4.1 => 4.2 Update 1 AND updating from XML => SQL.
We have a problem with one of our Datatype. This data type has a non optional Image field. If we try to add a new record (in composite) we get the following error:
FormCompileException:
The non optional binding Afbeelding is missing its binding value
```
FormCompileException:
The non optional binding Afbeelding is missing its binding value
Stack trace:
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.HandleProducerElement(ElementCompileTreeNode element, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.Evaluate(ElementCompileTreeNode node, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.Evaluate(ElementCompileTreeNode node, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.Evaluate(ElementCompileTreeNode node, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.FormTreeCompiler.Compile(XDocument doc, IFormChannelIdentifier channel, Dictionary`2 bindingObjects, Boolean withDebug, St
```
We solved our clients problem by making the image field optional (for now) But we like to have it non optional
Comments: ** Comment from web user: elencala **
We have a problem with one of our Datatype. This data type has a non optional Image field. If we try to add a new record (in composite) we get the following error:
FormCompileException:
The non optional binding Afbeelding is missing its binding value
```
FormCompileException:
The non optional binding Afbeelding is missing its binding value
Stack trace:
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.HandleProducerElement(ElementCompileTreeNode element, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.Evaluate(ElementCompileTreeNode node, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.Evaluate(ElementCompileTreeNode node, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.Foundation.FormTreeCompiler.CompilePhases.EvaluatePropertiesPhase.Evaluate(ElementCompileTreeNode node, List`1 newProperties, String defaultOverloadPropertyName)
at Composite.C1Console.Forms.FormTreeCompiler.Compile(XDocument doc, IFormChannelIdentifier channel, Dictionary`2 bindingObjects, Boolean withDebug, St
```
We solved our clients problem by making the image field optional (for now) But we like to have it non optional
Comments: ** Comment from web user: elencala **
same problem here