Welcome Guest Search | Active Topics | Sign In | Register

EO Browser 25.0.50 Options
FMR
Posted: Thursday, January 23, 2025 2:00:29 PM
Rank: Newbie
Groups: Member

Joined: 1/17/2025
Posts: 3
Hi all,
I upgraded my EO Browser version from 25.0.4 to 25.0.50 and am running into the below error while running the app. Please let me know if you're able to help, thank you!
Quote:
23 Jan 2025 13:47:19,788 [1] ERROR - ExceptionType:MissingMethodException
ErrorMessage: Method not found: 'EO.WebBrowser.WebView FMRCo.EquityPm.Controls.EoWebBrowser.EoWebBrowserControl.get_WebView()'.
Stack Trace:
at EWS.UIControls.EoBrowserControl.EoBrowserControlViewModel.AttachRetryPolicy()
at EWS.UIControls.EoBrowserControl.EoBrowserControlViewModel.Navigate() in C:\dev\gitRepos\ap012358-pm-ui-equityworkspace\EWS.UIControls\EoBrowserControl\EoBrowserControlViewModel.cs:line 327
at EWS.Modules.Headers.CompanySearchHeader.CompanySearchHeaderPopupBrowserViewModel.Navigate() in C:\dev\gitRepos\ap012358-pm-ui-equityworkspace\EWS.Modules\Headers\CompanySearchHeader\CompanySearchHeaderPopupBrowserViewModel.cs:line 123
at EWS.Modules.Headers.CompanySearchHeader.CompanySearchHeaderViewModel.OnSited() in C:\dev\gitRepos\ap012358-pm-ui-equityworkspace\EWS.Modules\Headers\CompanySearchHeader\CompanySearchHeaderViewModel.cs:line 272
at FMRCo.Envision.Shell.ElementHostBase`1.Initialize()
at FMRCo.Envision.Shell.EdgeElementHost.Initialize()
at FMRCo.Envision.Shell.EdgeElementHost..ctor(IWorkspaceElement element, WorkspaceBase parentWorkspace, IInternalWorkspaceManager workspaceManager, IInternalWorkspaceTemplateManager workspaceTemplateManager, IDialogService dialogService, IMessageBoxService messageBoxService, IApplicationRuntimeConfiguration applicationRuntimeConfiguration, IImageManager imageManager, EdgeElementParameters elementParameters, DockingManager dockingManager)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.CreateEdgeElementHost(IWorkspaceElement element, EdgeElementParameters edgeElementParameters)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.LoadSerializedComponentFromElementDefinition(ElementDefinition elementDefinition)
at FMRCo.Envision.Shell.TabbedWorkspace.LoadSerializedComponentFromElementDefinition(ElementDefinition elementDefinition)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.LoadFromSerializedXml(XmlReader reader)
at FMRCo.Envision.Shell.TabbedWorkspace.LoadFromSerializedXml(XmlReader reader)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.LoadFromSerializedXmlCallback(String xml)
at FMRCo.Envision.Internal.Layout.Controls.DockingManager.LoadSerializedContent(DockedGroup dockedGroup)
at FMRCo.Envision.Internal.Layout.Controls.DockingManager.LoadFromSerializedXml(String xml, LoadFromSerializedXmlCallback callback)
at FMRCo.Envision.Shell.TabbedWorkspace..ctor(IContainer workspaceContainer, WorkspaceBase parentWorkspace, TabbedWorkspaceDefinition workspaceDefinition)
at FMRCo.Envision.Shell.WorkspaceFactory.CreateWorkspace(IContainer currentScopeContainer, WorkspaceBase parentWorkspace, WorkspaceDefinition workspaceDefinition)
at FMRCo.Envision.Shell.TabbedWorkspace.LoadSerializedWorkspaceFromWorkspaceDefinition(WorkspaceDefinition workspaceDefinition)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.LoadFromSerializedXml(XmlReader reader)
at FMRCo.Envision.Shell.TabbedWorkspace.LoadFromSerializedXml(XmlReader reader)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.LoadFromSerializedXmlCallback(String xml)
at FMRCo.Envision.Internal.Layout.Controls.TabControl.LoadFromSerializedXml(String xml, LoadFromSerializedXmlCallback callback)
at FMRCo.Envision.Shell.TabbedWorkspace.LoadFromSerializedXml(XmlReader reader)
at FMRCo.Envision.Shell.DockingManagerWorkspaceBase.LoadFromSerializedXmlCallback(String xml)
at FMRCo.Envision.Internal.Layout.Controls.DockingManager.LoadSerializedContent(DockedGroup dockedGroup)
at FMRCo.Envision.Internal.Layout.Controls.DockingManager.LoadSerializedContent(DockedGroup dockedGroup)
at FMRCo.Envision.Internal.Layout.Controls.DockingManager.LoadFromSerializedXml(String xml, LoadFromSerializedXmlCallback callback)
at FMRCo.Envision.Shell.TabbedWorkspace..ctor(IContainer workspaceContainer, WorkspaceBase parentWorkspace, TabbedWorkspaceDefinition workspaceDefinition)
at FMRCo.Envision.Shell.WorkspaceFactory.CreateWorkspace(IContainer currentScopeContainer, WorkspaceBase parentWorkspace, WorkspaceDefinition workspaceDefinition)
at FMRCo.Envision.Internal.Presentation.WorkspaceManager.LoadLayoutDefinition(LayoutDefinition layoutDefinition, IContainer layoutContainer)
at FMRCo.Envision.Internal.Presentation.LayoutManager.InnerLoadLayout(LayoutInfo layoutInfo)
eo_support
Posted: Thursday, January 23, 2025 2:36:01 PM
Rank: Administration
Groups: Administration

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

This exception is about a missing method in your code. Specifically, it's complaining that the following function is missing (callee):

Code: C#
FMRCo.EquityPm.Controls.EoWebBrowser.EoWebBrowserControl.get_WebView()

The exception is thrown when the following function (caller) tries to access the above function:

Code: C#
EWS.UIControls.EoBrowserControl.EoBrowserControlViewModel.AttachRetryPolicy()

Both the callee and caller are in your code. So this does not appear to have anything directly with our product. It could be a version/rebuild issue related to multiple DLLs in your project.

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.