Silverlight Out of Browser (OOB) app crashing only on OS X
Posted
by BarrettJ
on Stack Overflow
See other posts from Stack Overflow
or by BarrettJ
Published on 2010-06-11T20:47:49Z
Indexed on
2010/06/14
21:52 UTC
Read the original article
Hit count: 226
Silverlight
|osx
We have a Silverlight application that runs OOB (out of browser) so the user can install it. When it's running OOB we display a button that calls Application.Current.MainWindow.Close() so that the user can exit the application. This works perfectly fine on windows, but causes an error saying the application has quit unexpectedly on OS X. Anyone have any ideas why this might be? Thanks!
© Stack Overflow or respective owner