Hi, I’m trying to make revit addin project that can use Dynamo functions.
I reference dynamo dlls(DynamoCore.dll, DynamoRevitDS.dll…etc) from Revit innstallation folder(C:\Program Files\Autodesk\Revit 2022\AddIns\DynamoForRevit). It works well.
And I have searched some projects that reference Dynamo dlls.
But they reference Nuget Packages like DynomoVisualProgramming. That Nuget packages contain dlls aout Dynamo that I referenced to my project.
My question is that is my way wrong.
I’m sorry that I’m not good at English. Thank you!