[Mono-bugs] [Bug 76757][Nor] Changed - new AppDomains inherit
current loaded assemblies
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 24 11:13:43 EST 2005
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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76757
--- shadow/76757 2005-11-24 10:33:57.000000000 -0500
+++ shadow/76757.tmp.2871 2005-11-24 11:13:43.000000000 -0500
@@ -395,6 +395,19 @@
[The assembly resolver can only be used after the
host has been created and unwrapped and only if the
host provides some method to pass its appdomain
back to the creator's domain]
+
+------- Additional Comments From kornelpal at hotmail.com 2005-11-24 11:13 -------
+>The assembly resolver cannot be used because the
+>appdomain created by ApplicationHost.CreateApplicationHost()
+>is not under caller's control.
+
+Assembly resolver is a part of the runtime (even if it isn't
+separated it is a part of the runtime). So every time you try to
+load an assembly you use it. I just said using it not controling it.
+
+So I just said I don't think it's a problem for unit test to copy
+assemblies to bin directory of the web application instead of
+installing the to the GAC.
More information about the mono-bugs
mailing list