[Mono-bugs] [Bug 50049][Maj] Changed - MonoThread domain-specific handling broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Dec 2004 15:12:19 -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 dmcgowan@meiosys.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50049
--- shadow/50049 2004-12-29 11:49:30.000000000 -0500
+++ shadow/50049.tmp.4823 2004-12-30 15:12:19.000000000 -0500
@@ -182,6 +182,11 @@
------- Additional Comments From vargaz@gmail.com 2004-12-06 13:23 -------
The most commonly encountered part of this bug, which is CurrentCulture
is now mostly fixed. It shouldn't crash now, but changes made to the
state of culture info objects are still not propagated across appdomains.
+
+------- Additional Comments From dmcgowan@meiosys.com 2004-12-30 15:12 -------
+I see Steve Deobald posted a workaround, running each app in its own
+instance, is anyone aware of a workaround that lets us run each app
+under one instance?