[Mono-bugs] [Bug 27663][Maj] Changed - AppDomain fails loading from same dll name different classes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Jul 2002 17:43:32 -0000


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=27663

--- shadow/27663	Thu Jul 11 13:42:07 2002
+++ shadow/27663.tmp.4482	Thu Jul 11 13:43:32 2002
@@ -62,6 +62,14 @@
 if the dll is changed while testdomain sleeps (if not, it runs fine).
 
 ------- Additional Comments From gonzalo@ximian.com  2002-07-11 13:42 -------
 Created an attachment (id=1973)
 new test case
 
+
+------- Additional Comments From gonzalo@ximian.com  2002-07-11 13:43 -------
+For testing the above:
+compile alexdll.cs as dll
+compile domain1.cs as dll reference alexdll
+compile testdomain.cs referencing alexdll
+
+Then, while it sleeps, modify domain1.cs and recompile it.