-
When form with browser is closed, very often I get "This instance of CefSharp.IBrowserHost been disposed!" It occurs in CefBrowserHostWrapper.cpp method
In method
None of them in any combination (or even without any of these) helped. |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Sep 12, 2022
Replies: 1 comment 1 reply
-
Upgrade to 2.0.83 If you are going to dispose the See #41 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
n303ef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade to 2.0.83
If you are going to dispose the
ChromiumWebBrowser
instance then you don't need toDispose
theDevToolsContext
.See #41