Excel won't open/launch VSTO AddIn when running in debug mode of Visual Studio 2010

前端 未结 6 676
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 09:00

I had previously installed the VS11 beta, and had some issues with my Visual Studio 2010 instance, which you can see here how they were resolved: Excel AddIn Click Once depl

6条回答
  •  执念已碎
    2020-12-30 09:39

    I had the same problem in Excel.

    The following worked for me:

    Go to the following key....

    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\AddInLoadTimes
    

    see if your plug-in is listed. if so, delete it.

    now run your app from Visual studio again.

    This worked for me, hope it can help someone else.

提交回复
热议问题