This question is locked. New answers and comments are not allowed.
Hi,
I am trying to style the RadDatePicker Control in Expression Blend. When i create a copy of the style into the same usercontrol, it works fine, but when i try to create a new resource Dictionary and open the style, it wont let me to.....
It keeps on throwing error...
------------------------------------------------------------------
Stack Trace
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary'2.Insert(TKey, TValue, Boolean add)
An item with the same key has already been added.
------------------------------------------------------------------
I did try out rest of the controls. They are working fine and am able to alter their styles. But whenever i try to open up the datepicker
it throws me the above error.
Firstly, i thought may be a key would be existing same as the new one. But i did try it to open in a new project several times but still no success.
Please let me know as to how should i proceed..
I am trying to style the RadDatePicker Control in Expression Blend. When i create a copy of the style into the same usercontrol, it works fine, but when i try to create a new resource Dictionary and open the style, it wont let me to.....
It keeps on throwing error...
------------------------------------------------------------------
Stack Trace
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary'2.Insert(TKey, TValue, Boolean add)
An item with the same key has already been added.
------------------------------------------------------------------
I did try out rest of the controls. They are working fine and am able to alter their styles. But whenever i try to open up the datepicker
it throws me the above error.
Firstly, i thought may be a key would be existing same as the new one. But i did try it to open in a new project several times but still no success.
Please let me know as to how should i proceed..