I have a problem wherein I get an AmbiguousMatchException in some of the samples from the Silverlight.FX samples.
The TaskList.aspx sample for example demonstrates this problem when I run Start Debugging the exception gets hit on line 202 in ListView.cs
FrameworkElement uiItem = itemTemplate.LoadContent() as FrameworkElement;
Except this problem doesn't show up when I Start Without Debugging. If I am debugging it will not succeed and create an item. But Without debugging it will.
Any ideas?