I have a web service, created using C#. For some reason, it seems to throw a 500 internal server error whenever I invoke my exposed method. I set some breakpoints and found the following line is what does it:
m_Browser = new WebBrowser();
Any idea why this line would cause my service to crash? The WebBrowser control is in the System.Windows.Forms namespace.