[Mono-bugs] [Bug 70564][Nor] Changed - Assembly preload hook gets called too frequently

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Dec 2004 16:08:31 -0500 (EST)


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

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

--- shadow/70564	2004-12-14 14:36:00.000000000 -0500
+++ shadow/70564.tmp.30315	2004-12-14 16:08:31.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 70564
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Windows XP
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Major
+Severity: Unknown
+Priority: Normal
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: vargaz@gmail.com                            
 ReportedBy: ymeng@bloomberg.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Assembly preload hook gets called too frequently
@@ -25,6 +25,9 @@
 The same happens when we try to handle assembly resolve event in managed
 code. e.g.:		myDomain.AssemblyResolve +=
 		        new ResolveEventHandler(myResolveAssembly);
 
 The AssemblyResolve event gets fired gain and again. My colleage who did
 the same with Microsoft CLR noticed this doesn't happen in the MS runtime.
+
+------- Additional Comments From miguel@ximian.com  2004-12-14 16:08 -------
+Zoltan could you look at this one?