0
I’m making a mistake using the Assembly.Load(X);
. The way is right, I think you are giving error when trying to load a dependency from Assembly. But I find it strange that in Visual Studio 2017 I can import Assembly to my project without any mistakes. The LoadFrom
and LoadFile
does not work, loads the current Assembly of the code. I am using the .Net 3.5
.