How to Debug an office 2007-addin with office 2010

落爺英雄遲暮 提交于 2019-12-23 13:34:09

问题


I want to develop a word addin that should run for word 2007 and word 2010. So I created a word 2007 addin project in visual studio. on my mashine there is (only) word 2010 installed. When I try to debug the addin from visual studio, I get the error message that this add in can only be debugged with word 2007.

Is there a way to debug a office (word) 2007 addin with office (word) 2010?

Thanks in advance Tobias


回答1:


See http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/1c9f6338-e08c-495e-92dd-c4a83ffd6fd4/ which suggests you Right click in the Add-in project properties; in the Debug tab, Start external program => Browse for the installed version of Word.



来源:https://stackoverflow.com/questions/8212664/how-to-debug-an-office-2007-addin-with-office-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!