I have an interesting problem: After finally having managed to actually make Outlook load the addin after its installation (the addin is a form extension for the new-item inspector), Outlook does not show the form.
On the computer I developed it, running Visual Studio, everything works just fine, but when trying to install it on another computer, the addin is installed, and during the startup screen, Outlook is showing that the addin is loading, and in the Options->Addins menu, the addin is shown as a (not-disabled) COM-addin. However, when creating a new email or other item, the form that is supposed to be at the bottom is not shown. How come, and how can I fix it?