Hello,
i'm using theVS2008 to create a simple Outlook Add-in. Just a Msgbox
"Hello
World" in the ThisAddIn_Startup Event....
When i start the Addin from my VS everything is fine an i get the Msgbox
at
the start from Outlook.
When use the Setup Routine in VS to create the Setup.exe file the AddIn
ist
installed and i can see it in the COM-AddIns from Outlook. Unfortunately
the
chechbox is unchecked and it says it's not loades because of a runtime
error
while loading the Add-In.
I tried many hints i found on google.groups or the MSDN but nothing solved
this problem yet.
Even when i run with right-click Install of the setup routine in the VS on
my develop machine i get this error.
On a test client is VSTO 3 and Dotnet Framework 3.5 installed... same
problem after the setup.
Is there anywhere an step by step deployment guide for such a simle
outlook
2003 VS 2008 combination ....
Karsten Schaper