Revit 2015 log4net compatibility issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm creating a plugin for Revit 2015 to connect to some other software which provides a .NET API whihc I can use.
The problem is that Revit uses log4net version 1.2.10 and the other piece uses log4net 1.2.12.
the problem is that obviouly, Revit runs before my addin loads and then my adding will crash because the underlying stuff, which I don't control, tries to load log4net 1.2.12 and crashes.
I try removing log4net.sll from the Revit install path, my addin loads fibne, however Revit dies on me as sooin as I open a file
I tried replacing the Revit log4net dll with the one from thr underlying layer, same my adding loads but revit dies when I open a file
I tried replacing the underlying stuff's dll with the Revit dll but then it won;t load anymore
Any other ideas ?