I created the VSTO Outlook add-on. The configuration is as follows:
- Visual studio 2008
- Office 2007 Outlook Adds (3.5 Framework)
- MSI created using the Visual Studio installation project
- Deployed in Office 2010 under Windows 7
It works fine on Dev PC, however it does not load after installation on a test machine. The addlook outlook window displays"Not loaded. A runtime error occurred during loading of COM add-in"
As far as I understand, I do not need to install any PIAs, since Office PIA Office 2007 is part of Office 2010.
So far I have tried the following:
- set
VSTO_SUPPRESSDISPLAYALERTShowever it does not show any messages when trying to run. - configured
Fuslogvw.exe(Assembly Binding Log Viewer), however it does not show any binding errors. - set
VTSO_LOGALERTS, and it logs all warnings, however, as shown, this did not help.
Is there something that I am doing wrong or need to do in addition to this work?
source
share