This is a migrated thread and some comments may be shown as answers.

Undefined CLR namespace

4 Answers 164 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Randy
Top achievements
Rank 1
Randy asked on 13 Feb 2013, 05:28 AM
I have a XAML designer error that doesn't seem to affect the operation of the control.

xmlns:ext="clr-namespace:Telerik.Windows.Controls.MaskedInput;assembly=Telerik.Windows.Controls.Input"

<telerik:RadMaskedCurrencyInput Mask="#6.2" IsClearButtonVisible="False" AllowSkipPlaceholders="False" TextMode="PlainText" Placeholder=" " FormatString="n2" AutoFillNumberGroupSeparators="False" SelectionOnFocus="SelectAll" ext:MaskedInputExtensions.Minimum="0" />

I borrowed this code from another example, but I end up with these errors even though it still compiles and appears to function.

Undefined CLR namespace. The 'clr-namespace' URI refers to a namespace 'Telerik.Windows.Controls.MaskedInput' that could not be found.
The attachable property 'Minimum' was not found in type 'MaskedInputExtensions'.

Any idea what I am doing wrong?

4 Answers, 1 is accepted

Sort by
0
Randy
Top achievements
Rank 1
answered on 15 Feb 2013, 04:19 AM
No ideas on what to look at?
0
Pavel R. Pavlov
Telerik team
answered on 15 Feb 2013, 02:48 PM
Hello Randy,

This is expected behavior of VS2012. It does not find any namespaces defined outside the following one:
Our MaskedInputExtensions dll is defined in different namespace and this is why the designer is showing this error. Unfortunately we are not aware of any workarounds for the moment.

All the best,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Arie
Top achievements
Rank 1
answered on 25 Nov 2013, 01:41 PM
Hi Pavel

Do you still not know of a workaround? I also need this in my project.

Regards,
Arie
0
Pavel R. Pavlov
Telerik team
answered on 28 Nov 2013, 08:41 AM
Hi Arie,

The design support for the RadMaskedInput and their extensions is not yet implemented. However, you as our customer can log a feature request in our feedback portal. After submitting the item we will observe the demand of our clients and if many of them require this functionality we will implement it.

Thank you for understanding.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Randy
Top achievements
Rank 1
Answers by
Randy
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Arie
Top achievements
Rank 1
Share this question
or