Office VSTO Word 2003项目不断尝试自动转换为2007年
时间:2020-03-05 18:40:29 来源:igfitidea点击:
我正在使用Word 2003的Office Word加载项。当我重新打开项目时,VS2008自动隐蔽对话框将打开,并尝试将其转换为Word 2007格式。
如何重新打开此文件并将其保留为Word 2003格式?
解决方案
回答
在MSDN论坛上得到了答案
This is the default behavior when you have Office 2007 installed on your development computer. You can modify this behavior under Tools->Options. For more informaiton, see the following threads: http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3762143&SiteID=1 http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3742203&SiteID=1&mode=1 I hope this helps, McLean Schofield