Rank: Advanced Member Groups: Member
Joined: 3/10/2020 Posts: 59
|
We are using EO browser(20.3.34.0) in our WPF application. Webpage is not loading for our users .It shows blank pages sporadically. We could see below error in console logs.
"Failed to load resource: ERR_CACHE_READ_FAILURE"
Please let us know the root cause and possible solution.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This can happen if the browser engine is running and you delete the cache folder. So please check whether you have any code that delete the cache and make sure you only call that when the browser engine is not running.
Thanks!
|