I cannot get my Outlook addin to work in release mode for OL2007 (debug works great). I created a ClickOnce installer, signed it with a custom certificate and built the installer.
Then after installation when I start Outlook 2007, it does not load and gives no notification at all. I look into the addin section where I find my addin among "inactive addins". I look to the COM addins and find it unchecked (checking it doesn't help) with the notification "Not loaded" (NOTHING ELSE).
Things I tried already:
- try/catch block around my startup routine plus message output: nothing is shown
- new custom signing certificate: useless
- APPDATA\MS\Outlook\extend.dat deleted: to no avail
- regedit setting "LoadBehaviour" 3: It is always like that, I don't have to change it
- VSTO_SUPPRESSDISPLAYALERTS = 0: to no avail, nothing is shown
- VSTO_LOGALERTS = 1: same here, nothing is logged
- Fusion Logging: nothing is posted into the output directory
I get NO info at all what causes my addin not to load. It is driving me crazy. Can anyone point me to a solution or at least something I can still try to solve this problem?