[Mono-bugs] [Bug 65665][Maj] Changed - New AppDomains don't have the assemblies loaded.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Sep 2004 08:24:14 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=65665
--- shadow/65665 2004-09-10 00:28:26.000000000 -0400
+++ shadow/65665.tmp.7894 2004-09-10 08:24:14.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,18 @@
app.exe - app
------- Additional Comments From gonzalo@ximian.com 2004-09-10 00:26 -------
Created an attachment (id=10576)
test case
+
+------- Additional Comments From bmaurer@users.sf.net 2004-09-10 08:24 -------
+Ok, so here is one part that is easy to explain. __MetadataTypes
+comes from:
+
+http://lists.ximian.com/archives/public/mono-patches/2004-
+February/030915.html
+
+My guess here is that we only add an assembly to domain->assemblies
+when it is first loaded (eg, when we read the metadata from the
+disk). So, if mscorlib is already loaded, it would not be added to
+the new domain.