RE: Different versions

2006-05-02 Thread Peter A. Kirk
age- > From: Peter A. Kirk [mailto:[EMAIL PROTECTED] > Sent: 2. maj 2006 13:33 > To: Log4NET User > Subject: RE: Different versions > > Hi again > > Thanks for the info. This actually seems to work (sort of). I added the > newer version of log4net (1.2.9.0) to the GAC, an

RE: Different versions

2006-05-02 Thread Peter A. Kirk
To: Log4NET User > Subject: RE: Different versions > > Have you tried a bindingRedirect in your app.config file? The snippet > of code in this post: > > http://tinyurl.com/nvsg8 > http://forum.springframework.net/viewtopic.php?p=2016&sid=0090338a031a5e 71 > 572

RE: Different versions

2006-05-01 Thread Ron Grabowski
-Original Message- > > From: Hart, Aaron [mailto:[EMAIL PROTECTED] > > Sent: 1. maj 2006 17:03 > > To: Log4NET User > > Subject: RE: Different versions > > > > Since the two applications are built against two different versions > of > > log4net, t

RE: Different versions

2006-05-01 Thread Peter A. Kirk
4net clash which appears to mean that the cms and the framework cannot coexist - because of a 3rd dll! Peter > -Original Message- > From: Hart, Aaron [mailto:[EMAIL PROTECTED] > Sent: 1. maj 2006 17:03 > To: Log4NET User > Subject: RE: Different versions > > Since

RE: Different versions

2006-05-01 Thread Hart, Aaron
Since the two applications are built against two different versions of log4net, the only way to run them both is to put both (or at least one?) in the Global Assembly Cache, which requires you to strong name one of them. It sounds like all you have control over is the newer version, so try strong

Different versions

2006-05-01 Thread Peter A. Kirk
Hi This isn't really an issue about log4net, but two programs which use log4net, but I hope someone can offer some advice. I have some classes which use log4net (ver 1.2.9.0). These classes run inside a cms-framework - which apparently also uses log4net internally, but version 1.2.0.3. This cau