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