[Mono-bugs] [Bug 507003] Error in Assembly.DoAssemblyResolve

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 26 17:05:45 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=507003

User sabbadin at sabbasoft.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=507003#c2





--- Comment #2 from enrico sabbadin <sabbadin at sabbasoft.com>  2009-05-26 15:05:45 MDT ---
funny thing .. this problem happens on WIN / ,NET 2.0 the real one as well ..
on WIN i can attach a debugger and see that the original error is
"stackoverlflow" .. ?! .. 
i doubt the problem on mono & win have the same origin .. i'll investigate .. 
however .. looking at the doassemblyresolve method .. 
you eventuallly put a string as value .. 
ht [name] = name;
however you look for an assembly .. 

Assembly ass = (Assembly) ht [name];

this should always return null .. have a look at the source code .. 

best regards

-- 
Configure bugmail: http://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