[Mono-bugs] [Bug 465896] New: [Moonlight] Assembly.Load should behave differently for Moonlight.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 13 17:12:43 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=465896


           Summary: [Moonlight] Assembly.Load should behave differently
                    for Moonlight.
    Classification: Mono
           Product: Mono: Runtime
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jbevain at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Inside Silverlight 2.0, for this code:

Assembly test = Assembly.Load ("System.Core, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e");
Assembly test = Assembly.Load ("System.Core, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=00ec85d7bea7798e");
Assembly test2 = Assembly.Load ("System.Core, Version=2.0.2.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e");
Assembly test3 = Assembly.Load ("System.Core, Version=2.0.5.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e");

All Load call return the 2.0.5.0 System.Core.

Assembly.Load ("System.Core, Version=2.0.10.0, Culture=neutral,
PublicKeyToken=7cec85d7bea7798e");

Throws.

This is an issue for the current release of IronPython which calls:

Assembly.Load ("IronPython.Modules, Version=2.0.0.0, ...")

And actually expects the 2.0.5.0.

I've submitted a bug for that:
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=20594

But we would still have to modify our Load behavior.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list