I\'ve created a VSTO Ribbon for an Outlook 2010 add-in.When I previously used the designer, I was able to dynamically change the label of the ribbon button.I\'m now coding this by hand (XML/开发者_开发
My application works like this, 1. The Office 2007 Excel Add-in reads information from the App.Config file.
I\'m getting TrustNotGrantedException thrown for some specific users of our VSTO word addin. These users have the certificate installed correctly.
I am working with an application that creates a word document from a Word 2010 template.There is a dll in the application that allows different data to be added to the document once the document has b
We are building an Outlook 2007 add-in using VSTO. We have code in the initialization logic of the addin which retrieves the MAPIOBJECT associated with the Application.Session. The code in question is
I have a problem connected with Office 2007 and VSTO add-in. Description: Windows XP SP3 x86 MS Office 2007 x86 (Enterprise edition)
I\'m trying to add some windows forms controls to a worksheet using vsto.I\'d like them to be transparent though (so that the actual content in Excel is visible).
I am getting HRESULT: 0x800A03EC on Worksheet.range method. Number of rows are more than 70K. Office 2007.
I am trying to build a simple addin for Word 2007 using Visual Studio 2010 and .NET 4.0. It\'s a relatively simple addin, which brings up a save dialog and saves the document as a Word 2003 document.
I have an add-in for OL2010 (written in C#) that works great.It loads with no problems on my development system, and initial installations on test workstations goes smoothly.