Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
Can't use XamWebNumericEditor and XamWebMaskedEditor
posted

Hello.

I have a problem with the XamWebNumericEditor and XamWebMaskedEditor. If I put one of these controls on my view and run the application, it crashes with the following error:

AG_E_PARSER_BAD_TYPE [Line: 450 Position: 117]

(see attached screenshot).

The code in XAML is quite simple:
<igEdit:XamWebNumericEditor Canvas.Left="682" Canvas.Top="57" Text="100" TextWrapping="NoWrap" />

or

<igEdit:XamWebMaskedEditor Canvas.Left="698" Canvas.Top="65" Text="100" TextWrapping="Wrap" Mask="999"/>

System information:
OS: Windows 7 Ultimate 32Bit
Silverlight controls v9.2
Expression Studio 3 SP1
Language: German

Any ideas what the problem could be?

Ralf