Welcome Guest Search | Active Topics | Sign In | Register

Namespace EO.Base not found Options
AAAton
Posted: Wednesday, December 12, 2018 4:08:29 AM
Rank: Newbie
Groups: Member

Joined: 12/12/2018
Posts: 4
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.aspx

The 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:
Code: C#
using EO.Base;

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?

eo_support
Posted: Wednesday, December 12, 2018 12:46:24 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

Have you added reference to EO.Base.dll in your project? Adding EO.WebBrowser from nuget should automatically add reference to EO.Base.dll and for some reason this doesn't seem to have worked correctly for you. However you can easily fix it by adding the reference manually.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.