Hi there,
I have a library for interfacing with Forge that has worked without errors up until a few weeks ago - now, with no changes to the library and in the same version of Dynamo (as far as I can tell). The last time I ran the script successfully was Thu 1/11/2018. I have removed all other packages from dynamo and I’ve tried loading it as both a zero-touch library and package in both Dynamo and Dynamo Studio.
I’m getting the classic dependency conflict comment:
notification:System.IO.FileLoadException:
Dynamo has detected a conflict with a dependency and may be unstable. If any issues are detected, please uninstall addins or packages and contact the provider.:
While loading assembly AureconSandbox, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, Dynamo detected that the dependency RestSharp, Version=106.0.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75 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.
It is likely one of the following assemblies loaded the incompatible version:
GregRevitAuth, Greg, DynamoPackages
The nodes still work if I run them in a C# console application on my machine. Does anyone have any idea about what has changed?