DLL 编译错误 (ASP.NET)

发布于 2024-10-31 16:46:31 字数 662 浏览 1 评论 0原文

我们有一个网络服务器,上面有两个版本的 AjaxControlKit。当点击特定 Web 应用程序上的某些页面时,我收到以下错误。

类型 'AjaxControlToolkit.CalendarExtender' 两者都存在 'c:\ Windows \程序集\ GAC_MSIL \ AjaxControlToolkit \ 3.0.30930.28736__28f01b0e84b6d53e \ AjaxControlToolkit.dll' 和 'c:\ Windows \ assembly \ GAC_MSIL \ AjaxControlToolkit \ 3.0.30512.20315__28f01b0e84b6d53e \ AjaxControlToolkit.dll'

我运行的Web项目引用了x.30930 dll,并且它也在

<add assembly="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>

web.config中指定。

我一生都无法找出它为什么要尝试运行 x.30512。

有什么建议吗?

We have a webserver with two versions of the AjaxControlKit on it. Im getting the following error when hitting certain pages on a specific web application.

The type
'AjaxControlToolkit.CalendarExtender'
exists in both
'c:\Windows\assembly\GAC_MSIL\AjaxControlToolkit\3.0.30930.28736__28f01b0e84b6d53e\AjaxControlToolkit.dll'
and
'c:\Windows\assembly\GAC_MSIL\AjaxControlToolkit\3.0.30512.20315__28f01b0e84b6d53e\AjaxControlToolkit.dll'

The web project Im running has a reference to the x.30930 dll, and it also has

<add assembly="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e"/>

Specified in the web.config.

For the life of me I cant find out why it wants to try running x.30512.

Any suggestions?

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

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

发布评论

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

评论(1

毁我热情 2024-11-07 16:46:31

Aaargh 在“全局”web.config 中(在 c:\windows\microsoft.net\ 文件夹中)有对它的引用

Aaargh there was a reference to it in the 'global' web.config (in the c:\windows\microsoft.net\ folder

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