使 Excel 2002 使用 .NET v2.0.50727 运行时

发布于 2024-07-15 07:58:29 字数 478 浏览 8 评论 0原文

早上好,

我有一个 .Net 2.0 运行时 DLL,我正在尝试从 Excel 加载它(它是正确的 regasm'd)。 我已经使用 Fusion Log Viewer 验证它正在尝试加载 1.1 运行时而不是 2.0,这解释了它失败的原因。

一种解决方案是将 EXCEL.EXE.config 文件放在 excel 旁边,如下所示:

<?xml version="1.0"?>
   <configuration>
    <startup>
     <requiredRuntime version="v2.0.50727" />
    </startup>
</configuration>

但是,我在计算机上没有管理权限。 使 Excel 2002 使用 2.0 运行时而不是 1.1 的替代方法有哪些?

问候, 艾伦.

Good morning,

I have a .Net 2.0 runtime DLL that I am trying to load from Excel (it's correct regasm'd). I've verified with the Fusion Log Viewer that it is trying to load with the 1.1 runtime instead o 2.0, which explains why it's failing.

One solution is to put an EXCEL.EXE.config file next to excel that looks like this:

<?xml version="1.0"?>
   <configuration>
    <startup>
     <requiredRuntime version="v2.0.50727" />
    </startup>
</configuration>

However, I do not have admninistrative priviledges on the machine. What are my alternatives to Make Excel 2002 use the 2.0 runtime instead of 1.1?

Regards,
Alan.

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

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

发布评论

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

评论(2

り繁华旳梦境 2024-07-22 07:58:29

您遇到的行为是 Office XP 和 2003 中的错误。要进行修复,您基本上必须安装 来自 Microsoft 的 KB908002 更新。

请参阅我对以下问题的回答:

The behavior you encounter is a bug in both Office XP and 2003. For a fix, you basically have to install the KB908002 update from Microsoft.

See my answers to the following questions:

落在眉间の轻吻 2024-07-22 07:58:29

另一种解决方案是重命名/删除此注册表项:(参考)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\AppPatch\v2.0.50727.00000\excel.exe

An alternative solution is to rename/remove this registry entry: (Reference)

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