Questions tagged [shared-addin]

A Shared Add-In in an Add-In which is shared between multiple office applications.

Shared Add-Ins unlike VSTO Add-Ins can be written for more than one application i.e can be shared between MS Excel, MS Word etc. Unlike VSTO Add-Ins, Shared Add-Ins has to implement different methods for "connection", "un-connecting", "startup" and "shutdown".

Shared Add-Ins have a different deployment method as compared to VSTO Add-Ins

17 questions
0
votes
1 answer

Reference to existing instance of a COMVisible object

I have two .NET projects, and I would like to create a 2-way communication between these. ProjectA is a Shared Add-In, that creates a ribbon in an MS Office application. ProjectB is a WinForms app, that gathers/sends info from/to a server. I have…
Marton
  • 813
  • 7
  • 18
-1
votes
2 answers

Print_area name conflict excel-2007 Add-ins VB.Net

I have developed Excel-2007 Add-Ins using vb.net. and its working fine. but when we open the older sheet created using this add ins it shows the "Print_Area Name conflict" error. plz can any one suggest how i solve this issue. screen shot…
Mitesh Khatri
  • 3,935
  • 4
  • 44
  • 67
1
2