Correct way to reference log4net DLL in WinForms application

后端 未结 3 993
你的背包
你的背包 2021-01-28 02:36

My WinForms 2.0 application has 2 assemblies. 1st assembly handles GUI and project specific code, and 2nd assembly is where I put all my reusable code. Both projects are part of

3条回答
  •  半阙折子戏
    2021-01-28 03:13

    Learn to rely on NuGet, it will automatically manage your dependencies and store them in proper folder.

    As for log4net, the compatibility has already been broken because of messed keys and broken method contracts. No one knows how to resolve this mess:

    http://netpl.blogspot.com/2012/03/pathetic-breaking-change-between.html

提交回复
热议问题