Using a C# Windows Forms application and after browsing to several URLs and then closing the application, the application waits for about 20 seconds and then throws this error:
The instruction at "0x30cb0de8" referenced memory at "0x00000000". The memory could not be "written". Click OK to terminate the program.
I tried calling Dispose on the WebBrowser control but that did not work. Any ideas?