Microsoft.Office.Tools.Excel 丢失

发布于 2024-11-05 08:03:00 字数 384 浏览 0 评论 0原文

我目前正在重写另一个开发人员大约 2 年前编写的旧版 Excel 2007 插件。但是当我想在VS 2008中调试它时,出现以下错误;

Error   1   The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft.Office.Tools.Excel' (are you missing an assembly reference?) 6   36  E:\..\doc.cs

我安装了 Offie 2007、Power 工具以及在互联网上搜索该程序集时能找到的几乎所有软件包。但什么也没有包含它。

所以现在我迫切地请求你帮助从哪里获得这个程序集......

I'm currently rewriting an older AddIn for Excel 2007 that another developer write about 2 years ago. But when I want to debug it in VS 2008, the following error occurs;

Error   1   The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft.Office.Tools.Excel' (are you missing an assembly reference?) 6   36  E:\..\doc.cs

I have Offie 2007 installed, as well as Power tools and virtually any package I could find when searching the internet for this assembly. But nothing contained it.

So now I desperately ask for your help on where to get this assembly from...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

遮了一弯 2024-11-12 08:03:00

Microsoft.Office.Tools.Excel.Extensions 来自 VSTO 2005 SE,不适用于 VSTO 3.0 或更高版本。如果它在 VS 2008 中不起作用,则意味着您已安装 VSTO 3.0 并且正在以它为目标。

Microsoft.Office.Tools.Excel.Extensions is from VSTO 2005 SE and doesn't work in VSTO 3.0 or higher. If it's not working in VS 2008, that means you have VSTO 3.0 installed and are targeting it.

沐歌 2024-11-12 08:03:00

您可能需要查看 Visual Studio Tools for Office

VSTO

这可能有您需要的组件。

You might need to look at Visual Studio Tools for Office

VSTO

That might have the assembly you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文