So if I have a build server which compiles mono from source using the prefix /test/dir then when I deploy my application and mono as a tarzip file with the following contents:
myapp.exe bin/mono lib/mono/4.0/mscorlib.dll lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll etc/mono/config etc/mono/4.0/machine.config etc/mono/4.0/settings.map etc/mono/4.0/web.config etc/mono/browscap.ini etc/mono/config etc/mono/mconfig etc/mono/mconfig/config.xml Then after extracting my tarzip on a separate machine, I will need to copy the bin, lib, and etc folders to /test/dir because mono remembers that it was built on the build server with the prefix /test/dir? Is there no way to tell mono how to find mscorlib, the GAC, and configs like machine.config at some arbitrary path during runtime? -- View this message in context: http://mono.1490590.n4.nabble.com/mscorlib-dll-was-not-found-or-could-not-be-located-tp4660087p4660098.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list