We are evaluating the EO.WebBrowser for a project, and everything has been working fairly smoothly so far.
We are occasionally getting an EO.WebBrowser.JSInvokeException, as the callbacks are not completely synced with the loading of the window.
I would like to subscribe to the EO.Base.Runtime.Exception event, and handle this manually, as is suggested in the pop-up as well as here:
https://www.essentialobjects.com/forum/postst9119_EOWebBrowser--EOBaseRuntimeException.aspxThe problem I am having is that I do not have the EO.Base namespace available. I have installed the EO.WebBrowser from nuget. Do I need to install something else as well?
This:
Gives an error like:
The type or namespace name 'Base' does not exist in namespace 'EO'. Are you missing an assembly reference? How do I resolve this?