Silverlight 3 custom control: only 'int' as numeric type for a property? [e.g. long or int64 seems t
- by Vinzz
Hi,
I'm trying to add a new property to a Silverlight 3 custom control of mine. An int property works perfectly, but if I change it to a long or an int64, I've got a xaml parser exception on runtime.
Do you know if it's a known restriction in SL3?