[Mono-bugs] [Bug 72814][Wis] Changed - mkbundle ignores foo.dll.config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 11:55:03 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by james@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72814
--- shadow/72814 2005-02-22 11:41:40.000000000 -0500
+++ shadow/72814.tmp.17986 2005-02-22 11:55:03.000000000 -0500
@@ -21,6 +21,12 @@
------- Additional Comments From lupus@ximian.com 2005-02-22 11:41 -------
BTW, the reason I didn't implement config file loading for
bundled assemblies is that there is a very simple workaround, since
you already embed the mono runtime. Simply distribute with your app
the proper config file and call mono_config_parse (filename)
at the start of main() just after mono_config_parse (NULL) is called.
+
+------- Additional Comments From james@ximian.com 2005-02-22 11:55 -------
+Ok, that works alright for configs that your app distributes. But it
+doesn't work so well when assemblies you depend on use configs, for
+example gtk-sharp. I don't want to distribute the gtk-sharp configs
+with my app.