Good afternoon, everyone,
I need some guidance on loading a DLL in Dynamo/Revit. I’m programming in Visual Studio, compiling my code into a DLL, and loading it into Dynamo, as shown in the image below. This process is working perfectly.
However, every time I need to update the code, I have to close Dynamo and Revit, recompile the DLL, reopen Revit, start Dynamo, and only then test the new version of the code. This repeated cycle of opening and closing the software is consuming a lot of time.
My question: Is there a way to compile and test a DLL in Dynamo without having to restart Revit and Dynamo every time?
I appreciate your time and any help you can provide!