Ive disabled all addins for 2021 including “adsk” deployment addins. Getting this error. Not sure if its something on my end?
“While loading assembly RhythmRevit, Version=2020.9.8.0, Culture=neutral, PublicKeyToken=null, Dynamo detected that the dependency AdWindows, Version=2018.11.1.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.* It is likely one of the following assemblies loaded the incompatible version:
*UIFrameworkInterop, UIFramework, UIFrameworkServices, AdApplicationFrame, FabricationPartBrowser, RevitAPIUI, Autodesk.Revit.CloudRendering.Application, ConnectedDesktopUI, ContentDelivery”
That error is largely ignorable. It simply means I build Rhythm towards the lower RevitAPI dlls than you are currently working in.
From a Revit developer point of view, I typically build a version of the Addin for each version of Revit. But with Dynamo, managing a version of Rhythm for every version of Revit is ridiculous.
Unfortunately, I don’t think you will ever see no errors in that Dynamo window because of the way it was built.