Hi,
i have an error in my Outlook Add-in, the only Errortext that i have is:
"Load Behavior: Not loaded. A runtime error occurred during the loading of the COM Add-in."
I know that many developers have the same problem, but I did not find a solution :-(
The Add-in works fine in on my developer machine, but not on my test machine (WinXP Prof. Sp2 Outlook 2003)
On the test-machine i have installed:
Install Framework 2.0
Install VSTO Runtime : VSTOR.exe
Office interop assemblies : O2003PIA.EXE
My installer also set the correct regestry keys and i have FullTrust (CAS) for the Add-in.
To get an errortext i tried this:
in cmd:
set VSTO_SUPPRESSDISPLAYALERTS=0
Then run outlook from that cmd line.
But no Error-Box :-(
Please Help me....