2
votes
Using Precompiled .NET Assembly DLL in Mono?
The likely issues are that the assembly is not put in the same directory as the program or that the case sensitivity of the assembly file name is not preserved when it was copied.
For example, you …
