I\'ve created a Winforms app that uses a WebBrowser control; I dynamically assign its Uri. It worked fine for awhile, but now I\'m getting this msg:
You seem to
The C# WebBrowser class is a basically a IE wrapper and because of this it cannot be changed.
See this link:
The WebBrowser control is a managed wrapper around a component installed with Internet Explorer.
For alternatives you can check out
WebKit.NET
GeckoFX