Rank: Advanced Member Groups: Member
Joined: 3/10/2020 Posts: 59
|
We are using EO browser to load web pages within WPF application. For few of the users the web page is not loaded and its blank while accessing same web page multiple times. It works fine upon deleting the cache from the path: AppData\Local\Temp\eo.webbrowser.cache.20.0.53.0.1.1 and relaunch the application and accessing the page again. Can you please let us know the potential root cause for this scenario and the possible workaround.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, Please try to use the build in debugger to see if you see any contents being loaded into the WebView at all: https://www.essentialobjects.com/doc/webbrowser/advanced/debug.aspxMost importantly, check the Elements tab and Console tab. The elements tab should tell you whether there is anything loaded into the WebView at all. The console tab may contains additional error messages indicating what went wrong. Please let us know if you find anything there. Thanks!
|