I created a VSTO Plugin for outlook (2016). During development i could press und debug then outlook started and I could debubg by plugin. Now I created a deployment and installed it in outlook. Then I removed the installation from outlook by hitting remove in the "Com-AddIns ... "
After that I restarted outlook and tried to Debug my plugin. Outlook still starts but it does not add the plugin to outlook? So I tried to install the plugin and then try to start debug from visual studio. Now it says that it could not install the plugin as there is already such a plugin installed.
After that I tried to manually add the Plugin dll by selecting "Add" from the dialog referred to above. I selected the dll from bin\Debug. Outlook says that this is not a proper outlook plugin
do you have any idea what I could do to be able to debug my outlook plugin again?
Best regards Hannes