Views:
Developers get this is common warning during developing add-in for Microsoft Office. Because the type equivalence feature is not enabled by default in a office project. To enable this feature go to properties of
-- Microsoft.Office.Tools.Common
-- Microsoft.Office.Tools
-- Microsoft.Office.Tools.Word
-- Microsoft.Office.Tools.Excel
-- Microsoft.Office.Tools.Outlook - references and
set "True" to "Embed Interop Types" property.
The type equivalence feature, embeds type information to the office solution. And enables the version independence at run time
No comments:
Post a Comment