Hi all, hope you are doing well.
This is not so much asking for a solution, more of an inquiry how others may have handled such a situation.
We have built a few addins for Revit. Some of them use a third party UI-library (a pretty well known one, but I'll leave the name out).
We have never had any issues with this, until recently when we installed a different addin from a third-party vendor.
Suddenly our addins started throwing weird exceptions upon loading the UI. When we disable the third party addin, everything is fine.
Turns out that they use the same UI library as we do, and there is a version mismatch. Let's say they use version 18.x, and we use 21.x. Support from said UI library mentions that within one AppDomain, only 1 version can be referenced.
Since all Revit addins run in Revit's Appdomain, this poses a problem.
We have tried building a release with the exact same version as the third party addin, but without succes unfortunately.
I am wondering if anybody here ever encountered this, if, and how, you managed to work around or fix this issue?
Thanks.
Solved! Go to Solution.