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?
 
Top