Hi,

I have encountered the same error coming from c# through interop:

xlApp = new Microsoft.Office.Interop.Excel.Application();
int count_addins = xlApp.AddIns.Count;

Did you find any...