Hi there, I've got a service that's acting up. It won't recognize the following namespace declaration:
using System.Windows.Forms;
What I most need from the Windows.Forms namespace is a WebBrowser control. Any ideas on how to get this working? Thank you.