NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
695 stars 143 forks source link

IExtensibility COMAddin Outlook #412

Closed guzman-rc closed 3 months ago

guzman-rc commented 3 months ago

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.

jozefizso commented 3 months ago

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.