Security Requirements, WebBrowser Ctrl, VB2005, framework 2.0, WinXPSP2

  • Thread starter Thread starter Jason Tost
  • Start date Start date
J

Jason Tost

Good afternoon,

I was wondering if there is a way you can determine what the security
requirements are of a control. I have an application that throws a
security exception if there is a WebBrowser control on my main form.
The exception simply states "Request Failed". If I remove the
WebBrowser control from the form, it works fine. The application is a
full trust application, and I have set the URL property of the
WebBrowser to about:blank.

Thanks for any suggestions!
 
Update: This problem seems to occur when I place the WebBrowser control
in a SplitContainer panel. If I just place it on a form outside of a
container it seems to be fine.

Jason
 
Back
Top