I try to create a Web Browser object from a Console application, here what I try to do but I get an error:
static void Main(string[] args)
{
WebBrowser web = new WebBrowser();
web.Navigate("www.es.stackoverflow.com");
Console.WriteLine("Funcionando Correctamente");
}
Unhandled exception of type 'System.Threading.ThreadStateException' in System.Windows.Forms.dll