Log4Net : 2 libraries need 2 different version of it

你说的曾经没有我的故事 提交于 2019-12-11 04:28:08

问题


For my ASP MVC website I need to use 2 libraries which both need a different version of Log4Net.

The first one which is a simple DLL, depends on version 1.2.10.0 and the other one installed using nuget package depends on 1.2.11.0.

There is no compatible version I could use and I need both of them, well speciable the dll the other one is combres (I use to help compress and cache css and javascript). I couldn't find another libray to do same as combres but if you got one it could also be helpfull.

Thanks in adavance if you can help me out of this


回答1:


These people had the same problem and suggest two solutions:

http://www.andriybuday.com/2010/10/log4net-versions-deployment-issue.html



来源:https://stackoverflow.com/questions/10089230/log4net-2-libraries-need-2-different-version-of-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!