I am using an XBAP application in full trust. I need to close the browser hosting the XBAP when I click a button. How can I achieve this? Application.Currenty.ShutDown() only closes the application, leaving the browser blank.
I am using an XBAP application in full trust. I need to close the
Share
EDIT:
My mistake, here is a thread with your problem – http://social.msdn.microsoft.com/forums/en-US/wpf/thread/21c88fed-c84c-47c1-9012-7c76972e8c1c
and to be more specific (this code needs full trust security settings)