[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 12:17:56 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72814
--- shadow/72814 2005-02-22 11:55:03.000000000 -0500
+++ shadow/72814.tmp.18630 2005-02-22 12:17:56.000000000 -0500
@@ -27,6 +27,11 @@
------- 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.
+
+------- Additional Comments From lupus@ximian.com 2005-02-22 12:17 -------
+The suggestion is to include the contents of
+gtk-sharp.dll.config in your own config file: it's not like
+an app that uses mkbundle is portable anyway.