[MonoDevelop] Alternate location for mscorlib & gac dlls for stripped down mono.

Emile Bosch mielzpost at gmail.com
Tue Mar 12 10:48:25 UTC 2013


Hi!

For my quest to build an embedded mono/node equivalent using kqueue. (Im on
mountain lion osx) I have now stripped down mono to 12.4 MB. With MCS and
mono.
I want to be able to get rid of the GAC. I want to be able to place
mscorlib, system, system.core, system.xml etc.  In the same directory as my
other bin files. Or even specify in the end a alternate directory such as
modules in the end which can be installed using a package manager.

However, mono keeps demanding i place these files in the GAC directory, and
the mscorlib in the mono/4.5 directory. Placing the dll's next to the mono
exe doesn't matter, it keeps nagging it's not in the right directory. Does
anyone know how to solve this problem?

PS. My endgoal is to embed. System, mscorlib all in one c app using the
mono embedded strategy using kqueue for event polling in such creating a
semi .net node eqv.

Thanks,
Emile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130312/19b86063/attachment.html>


More information about the Monodevelop-list mailing list