适用于 Excel 2007 和 2010 的 Excel 插件
我正在编写一个可以在 2007 和 2010 中运行的 Excel 插件。当我使用 Visual Studio 创建新项目时,我需要决定我想要哪个版本。我之前选择了2007,但由于我安装了2010,所以无法调试它。我收到错误:
您无法调试或运行此项目, 因为所需的版本 Microsoft Office 应用程序不是 已安装。
据我了解,如果我的目标是 2007 年,我应该能够在 2007 年和 2010 年上运行它。这是正确的吗?如果是这样的话,我可以使用2010来调试它吗?
I'm writing an Excel Addin that should work in both 2007 and 2010. When I create a new project with Visual Studio I need to decide which version I want. I've chosen 2007 before, but since I have 2010 installed I can't debug it. I get an error:
You cannot debug or run this project,
because the required version of the
Microsft Office application is not
installed.
It is my understanding that if I target 2007 I should be able to run it on both 2007 and 2010. Is that correct? If that's so, can I debug it using 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此处:http://metasharp.net/index.php?title=Csharp_and_Excel_Interoperability
here: http://metasharp.net/index.php?title=Csharp_and_Excel_Interoperability
您可以继续为 excel 2010 创建插件。在构建项目时,您将获得补丁文件以及插件。用户可以在使用 excel 2007 的系统上安装插件之前安装补丁。
You can go ahead by creating the addin for excel 2010. While you build the project you will get a patch file along with the add in. Users can install the patch before installing the add in on systems using excel 2007.