ExcelDna icon indicating copy to clipboard operation
ExcelDna copied to clipboard

ExcelAddInName property not respected after restart

Open emphasis87 opened this issue 1 year ago • 1 comments

I have a custom <ExcelAddInName> property set and the results after installing it using Options > Add-Ins seems to be two "Active Application Add-ins":

  1. with correct custom name (includes version), same xll location, "COM Add-in" type
  2. with project name "-Addin", same xll location, "Excel Add-in" type

However when using the Manage: "Excel Add-ins" [Go...] menu, only the second wrong name is displayed.

Do I need to configure it somewhere else?

emphasis87 avatar Oct 17 '24 10:10 emphasis87