Strange issue , we have created several exe sensors which work fine. 2 sensors that we have created lately use
System.Windows.Forms.WebBrowser object
within console exe. Console tests fine in command window, but when added as a sensor following event does not work private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
Is there some level of security that prevents some events from executing.
We are using 2012 window server , program is a simple console app using C# 4.0 framework the only difference is we are using web browser control .
Add comment