If, when you try and load an Add-In in Outlook 2003, you get an error in the Load Behaviour section of the COM Add-Ins dialog box under Options, Other, Advanced Options that says "Not Loaded. A runtime error occurred during the loading of the COM Add-in", you can debug the exact reason.
Create a batch file that has the following lines in it:-
SET VSTO_SUPPRESSDISPLAYALERTS=0
"C:\Program Files\Microsoft Office\Office11\Outlook.exe" (or wherever Outlook is installed)
Then make sure Outlook is closed and run the batch file.
Now when you try and load the Add-In manually from Advanced Options you will get the full error message.
You can download a premade batch file from downloads if you are not happy creating a batch file.
Cheers,
Goose |