Hi,
I hope that You can help me with one really annoying error. If I replace:
with:
i get, when app starts, error:
XamlParseErrorOccurred:
Data at the root level is invalid. Line 1, position 1.
in usercontrol header i have:
This is happening every time I start app, but if I undo changes, everything is again OK. This was working without problems few days ago. But, on the other side, same syntax working in other usercontrol.
Can You help?
Best Regards
Nebojsa Danilovic
I hope that You can help me with one really annoying error. If I replace:
<
dHTML:HtmlDataProvider
x:Name
=
"HtmlDataProvider1"
RichTextBox
=
"{Binding ElementName=richTextBox1}"
Html
=
"{Binding HeaderText, Mode=TwoWay}"
/>
<
dXAML:XamlDataProvider
x:Name
=
"XamlDataProvider1"
RichTextBox
=
"{Binding ElementName=richTextBox1}"
Xaml
=
"{Binding HeaderText, Mode=TwoWay}"
/>
i get, when app starts, error:
XamlParseErrorOccurred:
Data at the root level is invalid. Line 1, position 1.
in usercontrol header i have:
xmlns:dHTML="clr-namespace:Telerik.Windows.Documents.FormatProviders.Html;assembly=Telerik.Windows.Documents.FormatProviders.Html"
xmlns:dXAML="clr-namespace:Telerik.Windows.Documents.FormatProviders.Xaml;assembly=Telerik.Windows.Documents.FormatProviders.Xaml"This is happening every time I start app, but if I undo changes, everything is again OK. This was working without problems few days ago. But, on the other side, same syntax working in other usercontrol.
Can You help?
Best Regards
Nebojsa Danilovic