I have a Silverlight app that gets a unique sequence # back from a WCF call to a db. From there I wanted to pass that into a printing function that opens the print dialog. But the problem is that I get a security exception if I call the open print dialog from the WCF call back (the dialog can only be opened from user click event).
I thought that perhaps a while loop in the click event but that doesn't seem to help.
Any ideas how to deal with this?
llcf