[Mono-bugs] [Bug 337467] Duplicate assemblyresolve events
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 29 15:01:28 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=337467#c1
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gert.driesen at pandora.be
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Gert Driesen <gert.driesen at pandora.be> 2007-10-29 13:01:28 MST ---
This happens because MessageBox derives from Form and Mono load a resource
using System.Resources.ResourceManager in the Form cctor.
By using GetObject on the ResourceManager, an AssemblyResolve event is fired
for System.Windows.Forms.resources.
By looking into this, I noticed that MS no longer fires AssemblyResolve events
for satellite assemblies in .NET 2.0 (while it did in .NET 1.x). I'll submit a
separate bug report for this.
--
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