NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IExtensibility COMAddin Outlook

guzman-rc opened this issue · comments

I need to create a COM Addin for Outlook and I am using the example: IExtensibility COMAddin Examples (ClassicUI)
but I can't get Outlook to load the DLL.

I am using Visual Studio 2015 with C#.

The project compiles successfully and the following files are created:
image

Register the DLL with the command:
image

But when I start Outlook the DLL does not load because of a runtime error:
image

I would be grateful if you could help me to solve this problem.

I am sorry, I don't provide support for runtime activation issues in Office apps.

You can try StackOverflow, Microsoft Support or to troubleshoot the problem yourself based on Microsoft documentation.