I'm using ChromiumWebBrowser in my program. I created a UserControl to contain a ChromiumWebBrowser instance, and in the MainForm, I load UserControl into a SplitContainer.
When I debug my program, If I hit a breakpoint into dispose method, program run correctly.
But if I delete breakpoint, and run debug, then program crashed.
I can not find the cause of the error. Anyone explain to me?