[Mono-bugs] [Bug 65866][Blo] Changed - Load of assembly fails with Mono/Linux but succeeds on Windows 2000 with MS.NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Sep 2004 09:41: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 .
http://bugzilla.ximian.com/show_bug.cgi?id=65866
--- shadow/65866 2004-09-13 13:23:03.000000000 -0400
+++ shadow/65866.tmp.25324 2004-09-14 09:41:14.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 65866
-Product: Mono: Runtime
+Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: RedHat 9.x
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
-Component: misc
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin.tapp@cae.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Load of assembly fails on Linux but succeeds on Windows 2000
+Summary: Load of assembly fails with Mono/Linux but succeeds on Windows 2000 with MS.NET
Using the following code:
Assembly wAssembly =
AppDomain.CurrentDomain.Load(AssemblyName.GetAssemblyName("/some/path/bin/AnAssembly.dll"));