CS0433 Asp.net 网站错误?
我在 Asp.Net 2.0 网站中收到 log4Net 的以下错误。
编译器错误消息:CS0433:类型 'log4net.Config.XmlConfigurator' 存在于两者中 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\临时 ASP.NET 文件\ caps_2.25 \ bc79a253 \ fd331fcd \ assembly \ dl3 \ 6113a1ef \ 008a4b7c_09b0ca01 \ log4net.DLL' 和 'c:\ WINDOWS \ assembly \ GAC_MSIL \ log4net \ 1.2.10.0__1b44e1d426115821 \ log4net.dll'
如何使 Asp.Net 使用本地 log4Net.dll 而不是 GAC 中的 log4Net.dll?
I am getting following error for log4Net in Asp.Net 2.0 website.
Compiler Error Message: CS0433: The type
'log4net.Config.XmlConfigurator' exists in both
'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files\caps_2.25\bc79a253\fd331fcd\assembly\dl3\6113a1ef\008a4b7c_09b0ca01\log4net.DLL'
and
'c:\WINDOWS\assembly\GAC_MSIL\log4net\1.2.10.0__1b44e1d426115821\log4net.dll'
How to make Asp.Net to use the local log4Net.dll instead of the one from GAC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看对 此内容的回复非常相似的问题。
获奖答案摘要:
Check out the responses to this very similar question.
A summary of the winning answer:
我肯定会删除临时文件中的那个。然后您可以决定是否要从 GAC 中删除该安装程序(可能只需再次运行安装程序并将其卸载即可)。如果您想使用本地目录,我会先将其复制并粘贴到您的 bin 目录中。
I would delete the one in the temporary files for sure. Then you can decide if you want to remove the one from the GAC probably just by running the installer again and just uninstall it. I would copy and paste it first into your bin directory if you want to use the local one.