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: 171

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

Related posts about silverlight-3.0

Related posts about Silverlight