vote up 0 vote down star

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?

flag

1 Answer

vote up 0 vote down check

I would guess that the exception is being cuaght some where up the stack and you dont see it with out the debugger being attached. Under Debug>Exceptions there are options for changing the way exceptions are handled when running under debug.

link|flag
Yeah understood. But while running in debug I see it caught I see it travel up but it will not complete the task.. without debug it works. – Robert Kozak May 8 at 17:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.