Search code examples
chromiumchromium-embeddedcefsharp

CEFSharp3 ChromiumWebBrowser fails in rendering KML


I am trying to render a page having KML using Chromium browser but it fails with the following error:

"The operation failed because it would cause the application to exceed its storage quota."

The same page is rendered correctly using Google chrome.

Any help will be highly appreciated


Solution

  • Answer is among the discussions and comments under jornh direction as follows:

    I managed to fix this issue by modifying the method "OnQuotaRequest" in file request_handler_cpptoc.cc in project libcef_dll_wrapper. i compiled that both in 32 and 64 bit then used it in Cefsharp.Core project of the Cefsharp3.