Hello,
I've recently been having the following issue with ExceDna:
ComAddIn [Error] The Ribbon/COM add-in helper required by add-in StrategyBacktesterAddin Add-In could not be registered.
This may be due to the helper add-in being disabled by Excel.
To repair, open Disabled items in the Options->Add-Ins page and re-enable target add-in, then restart Excel.
Error details: System.Reflection.TargetInvocationException: Une exception a été levée par la cible d'un appel. ---> System.Runtime.InteropServices.COMException: Opération abandonnée (Exception de HRESULT : 0x80004004 (E_ABORT))
--- Fin de la trace de la pile d'exception interne ---
à System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
à System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
à ExcelDna.Integration.ExcelComAddInHelper.LoadComAddIn(ExcelComAddIn addIn) : TargetInvocationException - Une exception a été levée par la cible d'un appel.
It happens as soon as I build the solution and Excel launches.
I've tried reactivating the addin from the options panel but there isn't a button that allows me to do that. Is this a known issue?
Kind regards,
Francisco