You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a bug when attempting to run cef sharp with in a separate app domain, when i initialize cefsharp in separate app domain other than default. I am receiving error "Cannot pass a GCHandle across AppDomains". It would be nice if multiple app domain support can be implemented, i am willing to pay whoever can do this.
Thanks
The text was updated successfully, but these errors were encountered:
Welcome! If you're reporting a bug, please make sure you have completed the bug report template see https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md#bug-report. Please make sure you provide enough detail that someone else can reproduce the issue you are experiencing.
We prefer to keep this issue track just for bug reports. If you have a question or need help with something I'd ask that you self close this issue and have a read over https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md it contains background information, details on where to ask your questions (hint, Gitter is one such place)
It's also reportant to remember that CefSharp is just a wrapper around the Chromium Embedded Framework(CEF), a lot of questions people have aren't actually CefSharp specific, they're generic to CEF and for those CEF has it's own support forum at http://magpcss.org/ceforum/index.php and issue tracker at https://bitbucket.org/chromiumembedded/cef
Hello,
I am encountering a bug when attempting to run cef sharp with in a separate app domain, when i initialize cefsharp in separate app domain other than default. I am receiving error "Cannot pass a GCHandle across AppDomains". It would be nice if multiple app domain support can be implemented, i am willing to pay whoever can do this.
Thanks
The text was updated successfully, but these errors were encountered: