英文:
VSTO for Excel 2007
问题
我能在Visual Studio 2022中为Excel 2007安装VSTO吗?我电脑上有Office 2007,并且我需要构建一些插件。
谢谢。
第一次使用VS 2022并构建Excel VSTO插件在Excel 2007中运行,即使在VS 2022中它说是Excel 2013或更新版本的插件。有一个警告说程序未安装,但当我打开Excel 2007时,插件运行正常。但是现在,当我犯了一些错误并不得不强制关闭Excel 2007后,插件不再起作用。之后,在COM加载项中未检查到该插件。
我应该怎么办?
英文:
Can I install VSTO for Excel 2007 in Visual Studio 2022.
I Have Office 2007 in my computer, and I need to build some Add in.
Thanx....
First time using VS 2022 and build an Excel VSTO Add-In is working in Excel 2007, even in VS 2022 it says Add-In for Excel 2013 or newer. There is a warning that an a programme is not install, but when I Open Excel 2007, The Add-In worked. But now it doesn' work anymore after I make some mistake and had to force shutdown Excel 2007. After that, the Add-In not checked in COM Add-ins.
What Should I Do?
答案1
得分: 0
你可以在 Office 2007 应用程序中运行在 Visual Studio 2022 中创建的 VSTO 加载项。这取决于诸如系统上安装的目标 .net 框架和 VSTO 运行时等因素。在 在不同版本的 Microsoft Office 中运行解决方案 文章中了解更多信息。
英文:
You can run VSTO add-ins created in Visual Studio 2022 in Office 2007 applications. It depends on such factors like the target .net framework and VSTO runtime installed on the system. Read more about that in the Run solutions in different versions of Microsoft Office article.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论