Identification of a VSTO solution

1

I've implemented a Excel Workbook project in Visual Studio. The project runs right, my problem is how to install this on the client computer.

I do not want a ClickOnce installer, because the add-in should start every time the client opens Excel. So I followed the deploy walkthrough using installshield .

The installation occurs okay, and I even see Excel tries to initialize my application when it starts, however it returns the following error:

  

"Can not perform customization because the ID of the   solution in the document does not match the customization. "

The error that appears in the COM Add-Ins window when I try to start the add-in is:

  

"Not loaded. Run-time error while loading   COM add-ins ".

Has anyone ever had something similar or what should I do to change the ID so that it works? Thank you.

    
asked by anonymous 28.01.2016 / 17:08

0 answers