August 27, 2009

Silverlight Error - The specified valued cannot be assigned to the collection. The following type was expected UIElement

I got this error when I was fiddling around with the XAML in Expression Blend.

Fix: Check the XAML tags. If a closing tag is missing or there is a parse error with the XML syntax, this error could arise.