I am having a conflict with a custom package and a Revit add-in that have a .dll with the same name. I have created a ZT package for internal use with the CompanyName.dll that is loaded from a network location via Package Path manager. I have also recently created a small add-in for revit that is also CompanyName.dll.
When I open Dynamo, the package appears as it should in the list, but when I expand it out it has ALL of my add-in classes and none of the Dynamo nodes. If I remove the add-in, the package returns as it should with the nodes.
Is this the expected behavior and I should just assume I have to have different names?