I have a web page which displayed real(ish) time data updating at 6 second intervals. Client side JS runs which refreshes an XML Data Island to obtain data which is then displayed both as standard textual data and graphical data (using VML). This all works fine and has done for a few years now.
We also have a suite of displays written in VB which are kicked off from a launcher style display. I have added a new display which comprises nothing else but a WebBrowser control. When launched this navigates to the earlier described web page and works a treat.
However .....
When I close down the VB page with the WebBrowser control the whole application crashes with an Access Violation about 30 seconds later.
I have have tried using a different web page which is purely static and do not experience the same problem. It appears to be related to the client side JS.
Any ideas ?
We also have a suite of displays written in VB which are kicked off from a launcher style display. I have added a new display which comprises nothing else but a WebBrowser control. When launched this navigates to the earlier described web page and works a treat.
However .....
When I close down the VB page with the WebBrowser control the whole application crashes with an Access Violation about 30 seconds later.
I have have tried using a different web page which is purely static and do not experience the same problem. It appears to be related to the client side JS.
Any ideas ?
Comment