VSTO Add-in reports wrong GUID

E

EBenson

Create a VSTO application add-in for Excel.
Pass correct object to RequestComAddInAutomationService()

Start Excel
From VBA:
Set ComAddins = Application.COMAddIns

The VSTO add-in is loaded. Can see the ProgId
1) However, the GUID reported is from the previous addin in the COMAddins
collection?

2) How can I set the ProgID to a value a want for the VSTO add-in?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top