C# Office VSTO Word 2003 项目不断尝试自动转换为 2007
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15102/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Office VSTO Word 2003 project keeps trying to autoconvert to 2007
提问by AdamSane
I am working on a Office Word add-in for Word 2003. When I reopen the project, the VS2008 auto covert dialog box opens and tries to convert it to the Word 2007 format.
我正在处理 Word 2003 的 Office Word 加载项。当我重新打开项目时,VS2008 自动转换对话框打开并尝试将其转换为 Word 2007 格式。
How can I reopen this file and keep it in the Word 2003 format?
如何重新打开此文件并将其保留为 Word 2003 格式?
采纳答案by AdamSane
Got a answer over at MSDN Forums
在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
这是在开发计算机上安装 Office 2007 时的默认行为。您可以在工具->选项下修改此行为。有关更多信息,请参阅以下主题:
http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3762143&SiteID=1
http://forums.microsoft.com/Forums/ShowPost.aspx?PostID=3742203&SiteID=1&mode=1
我希望这有帮助,
麦克莱恩斯科菲尔德