UpdateLayout throwing an ambigious exception
Posted
by Ouais
on Stack Overflow
See other posts from Stack Overflow
or by Ouais
Published on 2010-04-24T12:37:51Z
Indexed on
2010/04/24
12:43 UTC
Read the original article
Hit count: 176
silverlight-3.0
|Silverlight
the stack trace displays my method's name then "external code" then app_unhandledexception method, I'm developing within VS2008 SP1 for silverlight on firefox and windows 7(if that makes a difference).
the weird thing is, the updatelayout method is called elsewhere and it generates no exception there, that said, if I put the method within a try-catch clause, it doesn't catch the exception, so if anyone has an idea, I'd appreciate it.
© Stack Overflow or respective owner