Hi Kyle,
I know your answer is a few months old ;) but I hope you still note my additional question on this topic.
I also really need to suppress script errors (and any other messagebox that is opened by the webpage) in my WPF application. It works fine when unsing WinForms and setting SuppressScriptErrors to true - but of course not in WPF.
Now, I used a WindowsFormsHost, placed a WinForms Webbrowser control in it and set the SuppressScriptErrors to true. As far as I know when running a WPF app directly out of Visual Studio, it will be executed with full trust.
But, unfortunately, messageboxes opened by the website still pop up. I also tried to sign my assembly with a test certificate as signed assemblies should always gain full trust ... but still nothing. I can set the property to true, but it still seems to have no effect at all.
As it seems you really know what you are talking about :) ... have you any other idea what could be going wrong here?
Would really appreciate your feedback, I really don't want to throw away all the work I have done on the WPF client and switch back to WinForms because of this problem.
Thank you!
b.