Excel 2010 AddIn not loaded when Excel-Workbook opened with double click

半城伤御伤魂 提交于 2019-12-10 10:35:53

问题


I wrote a Add-In for Excel 2010. It works fine if I open Excel from Start menu. But just if I double click on a Excel Workbook, the AddIn can not be loaded. I checked it in ThisAddIn.cs, the method InternalStartup() has not been involved. Can somebody help me? Thanks!

But opening file from command line "excel.exe table1.xlsx" works!

来源:https://stackoverflow.com/questions/10978625/excel-2010-addin-not-loaded-when-excel-workbook-opened-with-double-click

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!