Build error for library

Somebody knows what causes this error ?

image

There is an issue with the dll file, but we can’t see any specifics as far as which one or the name of the dll directly.

Seems to be related about an Abstract class that I implement.

Which is weird since that this class was copied from another project that works fine.

I don’t know what happen exactly that is causing the load failure.

When I comment the abstract class the library load without issues in Dynamo.

May be a conflicting namespace if you have used this class before.

I found the solution.

For some reason Dynamo’s Library requires some hierarchy for Abstract Class. This works fine for any namespace name.

Thanks for your attention @jacob.small

1 Like