jamesnovak / Futurez.XrmToolBox.PortalDependencies

Check for dependencies on CDS items within your Power Apps Portals code.
MIT License
0 stars 1 forks source link

Can't load tool with latest version of XrmToolBox #3

Open BetimBeja opened 1 year ago

BetimBeja commented 1 year ago

The following error is shown when trying to open the tool.

image
BetimBeja commented 1 year ago
image
System.Exception
  HResult=0x80131500
  Message=Cannot find the control parent. Try to use the method HideNotification only when the control is loaded
  Source=XrmToolBox.Extensibility
  StackTrace:
   at XrmToolBox.Extensibility.PluginControlBase.HideNotification()
   at Futurez.XrmToolBox.PortalDependenciesControl.UpdatePortalsInstallMessage() in D:\repos\Betim Beja\Futurez.XrmToolBox.PortalDependencies\PortalDependenciesControl.cs:line 1093
   at Futurez.XrmToolBox.PortalDependenciesControl.UpdateConnection(IOrganizationService newService, ConnectionDetail detail, String actionName, Object parameter) in D:\repos\Betim Beja\Futurez.XrmToolBox.PortalDependencies\PortalDependenciesControl.cs:line 285
   at XrmToolBox.New.NewForm.DisplayPluginControl(Lazy`2 plugin, Boolean displayConnected)