I'm trying to use the EditControl (WPF)... I have downloaded a sample of code: http://www.syncfusion.com/downloads/support/forum/130235/ze/EditControl_JSON_Sample1186676147.zip
But when I remove the content and then I type something, a System.ArgumentException occurs.
I'm using Syncfusion WPF 19.9.0.43
Do you know how to avoid this exception ?
Recommended approach – exe will perform automatic configuration
Please find the patch setup here:
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment
Please find the patch assemblies alone from:
Please find the Nugets from the below location:
|
I'm having a similar or possibly the same error in the community edition (19.3.0.43). I delete text, and start to type something and the application crashes, I get:
System.ArgumentException
HResult=0x80070057
Message=Empty name is not legal. (Parameter 'oldValue')
It is a very simple application that generates some XML data that I need to edit. If I replace:
<syncfusion:EditControl Text="{Binding Path=XmlData}" BorderThickness="1" DocumentLanguage="XML" Grid.Row="1" FontSize="14" TextChanged="EditControl_TextChanged"/>
with
<TextBox Text="{Binding Path=XmlData}" Grid.Row="1" FontSize="14" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" TextChanged="TextBox_TextChanged"/>
I don't have any issues, but it is nice to have the syntax highlighting.
Are there any plans to correct this issue for the community version?
Thanks,
Lee Parker
Recommended approach – exe will perform automatic configuration
Please find the patch setup here:
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment
Please find the patch assemblies alone from:
Please find the Nugets from the below location:
|