Hi,
I build dll from AssemblyBuilder, I save it and try to reference it back to project but when start program I got this error.
Dll only have 1 namespace, 1 static class and 1 static method, it can work by when use Assembly.LoadFile but it's not work when normal reference dll.