On Tue, Aug 9, 2011 at 4:20 AM, Johannes Gustafsson <johanne...@gmail.com>wrote:
> Hi, > > There are a few bugfixes in the trunk that I need and since there has been > no new release for a very long time, I tried to compile it myself. I created > a key and have successfully compiled it with no problems. However, I have > quite a few 3rd party dependencies that themselves are dependent on log4net. > These dependencies can't find load the new assembly that I have created > because they require that it is signed with a key that I dont have access > to. So this means that I can't use my own version of log4net without > recompiling all my dependencies. > > Do you have any suggestions to how I can solve this? > > Regards, > /Johannes > If your 3rd party dependencies don't require the bug fixes, you could maintain two different references. Just a suggestion.