Add-In manager do not reload side DLL

Add-In manager do not reload side DLL

lvirone
Enthusiast Enthusiast
214 Views
1 Reply
Message 1 of 2

Add-In manager do not reload side DLL

lvirone
Enthusiast
Enthusiast

Hello,

 

I'm using the Add-In manager from Autodesk Revit SDK. It's very useful to reload my add-in DLL, however I use multiple projects (I have multiple DLL for my Add-In) and it seems Add-In manager didn't reload these DLL assemblies, only the Revit Add-In DLL is reloaded dynamically.

 

Is there a way to make Add-In manager reload side DLL?

 

Thanks

0 Likes
Accepted solutions (1)
215 Views
1 Reply
Reply (1)
Message 2 of 2

jeremy_tammik
Alumni
Alumni
Accepted solution

Yes, sure. The .NET environment does include functionality to unload a specific assembly DLL. Search the Internet, e.g., for something like ".net unload assembly":

  

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes