문제

I'm using Quartz.net for a project, which depends on Common.Logging 2.0. Problem is, that Common.Logging 2.0 only works with log4net 1.2.10.0, and we got libraries that depends on log4net 1.2.11.0.

Has anyone had problems with this? I can't really find a lot of information about Common.Logging 2.0 vs. log4net 1.2.11.0 yet. Any ideas how solve it, or am I SOL?

도움이 되었습니까?

해결책

Try doing assembly redirection. This should let you use version 1.2.11 and redirect all requests for version 1.2.10 to 1.2.11.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top