Referencing 2 different versions of log4net in the same solution
I found the solution by using this answer to a similar question You create 2 folders in your project one for each version of log4net. Place each log4net.dll in its corresponding folder by adding an the file to the solution (not with add reference). You can set the copy to output directory property to copy … Read more