You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load a class definition from a .dll but even if the loading of the dll looks fine the namespace and class definition is not loaded.
This is the dll
and this is what happens after the loading of the dll: namespace is not loaded even if there are no exception
but this is related with some missing dependencies, because if i take all the dll and other file related with the project and i try the same, then the namespace is loaded and the class definition appears.
in another project, the framework was complaining for a missing dll, but in this case no. everything looks working, but instead there is something missing.