visual studio 2010 - How can I find out why a trivial Word add-in doesn't load? -
i'm using macbook pro clean install of windows 8.1, office ultimate 2007 , visual studio pro 2010. activated.
i begin visual studio , create word 2007 application add-in ("wordaddin1"). press f5 , word loaded. check in word options -> add-ins, , wordaddin1 appears under "inactive". activating via "com add-ins" results in "load behaviour:" (displayed below list of add-ins available) becoming "not loaded. runtime error occurred during loading of com add-in".
there nothing in event log pertaining office , setting environment variable vsto_suppressdisplayalerts 0 doesn't help.
identical actions identical versions of office , visual studio on 2 other machines results in "wordaddin1" being loaded , appearing under "active" add-ins.
how can debug this?
i came across same problem, it's hard find out why loading of addin fails.
in case version mismatch of addin-dll, there more possibilities. tool addinspy helpful me figuring out exact error (http://archive.msdn.microsoft.com/addinspy/).
also, enable fusion logs - if using .net develop addin, not quite clear question. can find more information on fusion log viewer here, provide valuable information if .net runtime not able load dll: http://msdn.microsoft.com/en-us/library/e74a18c4.aspx
Comments
Post a Comment