Silverlight Styles are Immutable
Ever see this friendly message in Silverlight?
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
Well, one thing you might want to check is if you are setting the Style on a control more than once. Seems that Styles are immutable in Silverlight 2.0 and therefore cannot be set more than once.
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
Well, one thing you might want to check is if you are setting the Style on a control more than once. Seems that Styles are immutable in Silverlight 2.0 and therefore cannot be set more than once.
Labels: Silverlight, Styles