1
I implemented a project of the type Excel Workbook in Visual Studio. The project runs right, my problem is how to install it on the client’s computer.
I don’t want an installer Clickonce, because the supplement should start whenever the customer opens the Excel. So I followed the step-by-step of deploy using installshield.
The installation occurs ok, and even I see Excel tries to boot my application when it starts, however it returns the following error:
"It is not possible to perform the customization because the identification of the solution in the document does not correspond to customization."
The error shown in the "COM Supplements" window when I try to start the supplement by force is:
"Not loaded. Runtime error while loading with".
Has anyone ever been through anything like this or what should I do to change the ID so it works? Thank you.