I have created a VSTO Excel addin(myAddin) using C#.net.I have the Excel Addin( myAddin) loaded in excel -> addins menu and works fine in my machine.
I have shared the Setup file and installer package file to Users. For some users it runs the code after selecting the addin and works fine without any issues. For some users after selecting the addin it does nothing.It even didnt raise any exception.
When i added logs to the code i realized its not calling the Addin_startup() event .
Any suggestions ?