Bagikan melalui


Installations of Office 2013 may not allow COM add-ins to register successfully

By Amber Mertes

With Office 2013, the Add-In Designer (msaddndr.dll) was removed.

As a workaround, you may reinstall the VB6 solution for the add-in after you install Office 2013 (if the developer's package included this DLL).

Refer to  "Changes in Office 2013" - https://technet.microsoft.com/en-us/library/cc178954.aspx

More information from the Office Development Team:
https://blogs.msdn.com/b/vsod/archive/2012/11/21/vb6-based-add-ins-may-fail-to-work-on-office-2013.aspx
Support Note: The .dll was removed intentionally, so while continuing to use it is an option, it is not supported. The true recommendation from Microsoft is that developers migrate their code to supported technologies such as Apps for Office or VSTO.
 

 REFERENCE:

 A custom add-in that uses interfaces in the Msaddndr.dll file does not work in Office 2013
https://support.microsoft.com/kb/2792179

Comments

  • Anonymous
    November 21, 2012
    Hi, is there any legal concerns if we are to ship the Add-In Designer together with our product? Since, this file is no longer availble in Office 2013.