I try to debug my silverlight application that contain OpenFileDialog.ShowDialog() call - and i get error exception about security ( "SecurityException was unhandled by user code : Dialogs must be user-initiated" )
When i run the application without debug - i don't get this exception.
But i must run it in debug mode because i need to see that i doing the right thing with the file that the customer choose ...
How can i run it with in debug mode ?
Thanks for any help.