Closed Neftedollar closed 8 years ago
Unfortunately, I discovered this issue after making the upgrade. The problem is that log4net decided to change their public key token after version 1.2.10.0, so standard binding redirects don't work. There is discussion of this exact issue on stackoverflow (http://stackoverflow.com/questions/3158928/referencing-2-different-versions-of-log4net-in-the-same-solution) and we'll have to decide how to work around this painful break by either removing the log4net dependency and/or implementing some kind of workaround. I suspect the right thing to start with for now is to undo the log4net upgrade and go back to using 1.2.10 as ZooKeeper.Net requires.
@mhorstma thank u. It's realy helpfull.
Exception message:
App.config:
Please tell me how Can I fix it? And why should we use log4net instead of ILog interface?