[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:41:40 -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 10:57:07.000000000 -0500
+++ shadow/72814.tmp.17649 2005-02-22 11:41:40.000000000 -0500
@@ -14,6 +14,13 @@
TargetMilestone: ---
URL:
Summary: mkbundle ignores foo.dll.config files
When mkbundle embeds an assembly, it doesn't appear to include the config
files at all. This causes problems for apps that put dll maps in there, etc.
+
+------- 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.