How to call VSTO class from other c# project

前端 未结 2 454
[愿得一人]
[愿得一人] 2021-01-07 04:48

In my solution I have 2 projects.

One is the controller, which in the final product is used to check if a execution is issued from console/non user input and therefo

2条回答
  •  不要未来只要你来
    2021-01-07 05:21

    This isn't an answer exactly, but for others coming across this, document-level solutions cannot expose interfaces to other solutions.

    Expose an object in a VSTO Add-in to other Microsoft Office solutions.

    • VSTO Add-in projects. Call code in VSTO Add-ins from other Office solutions

提交回复
热议问题