WPF dll is not loaded from within the Dynamo

Hi everyone

I have created a WPF dll.
When I put the dll to the Dynamo packages folder (%AppData%\Dynamo\Dynamo Core\2.0\packages) the dll is loaded correctly.

But when I load the dll using the Dynamo, it seems like there are multiple namespaces, which should be hidden.

I use Dynamo 2.0.1.5055

Does anyone know what can cause such an issue? Any suggestions?

Thanks,
Julia

you can’t load nodeModel wpf nodes using the zero touch import (import library) they need to be loaded from a package.

1 Like

Thank you for the clarification.