> > Mono does not distinguish between assemblies with the same base name, > like "foo.exe" and "foo.dll". Renaming the assemblies won't help > either, > so you must recompile one of them with /out:notfoo.{dll|exe} option. > Make sure the .dll is in the same path as the .exe file