DLL 编译错误 (ASP.NET)
我们有一个网络服务器,上面有两个版本的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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