Hi
I realise this has been raised a few times already and @Konrad_K_Sobon has blogged about it, but is there any fix to the DLL hell?
I have 6 System.IO.FileLoadException errors which I want to eliminate as I think they might be causing graphs to crashing. These are the packages I have installed and I’m running Revit 2018 and Dynamo 2.0
///
While loading assembly archilab, Version=2018.0.0.1, Culture=neutral, PublicKeyToken=null, Dynamo detected that the dependency RevitAPI, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null was already loaded with an incompatiable version. It is likely that another Revit Addin has loaded this assembly, please try uninstalling other Addins, and starting Dynamo again. Dynamo may be unstable in this state.
///
While loading assembly BimorphNodes, Version=3.0.3.0, Culture=neutral, PublicKeyToken=null, Dynamo detected that the dependency RevitAPI, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null was already loaded with an incompatiable version. It is likely that another Revit Addin has loaded this assembly, please try uninstalling other Addins, and starting Dynamo again. Dynamo may be unstable in this state.
//
While loading assembly MonocleViewExtension, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, Dynamo detected that the dependency Xceed.Wpf.AvalonDock, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 was already loaded with an incompatiable version. It is likely that another Revit Addin has loaded this assembly, please try uninstalling other Addins, and starting Dynamo again. Dynamo may be unstable in this state.
//
While loading assembly Xceed.Wpf.AvalonDock, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, Dynamo detected that the dependency Xceed.Wpf.AvalonDock, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 was already loaded with an incompatiable version. It is likely that another Revit Addin has loaded this assembly, please try uninstalling other Addins, and starting Dynamo again. Dynamo may be unstable in this state.