[Mono-bugs] [Bug 353537] New: Assembly. Load should not result in FileNotFoundException for invalid assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 13 10:56:56 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=353537
Summary: Assembly.Load should not result in FileNotFoundException
for invalid assembly
Product: Mono: Runtime
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Currently, if you use Assembly.Load to load an assembly and the first file
matching the name is not a valid assembly, then the runtime throws a
FileNotFoundException.
On MS.NET 1.1, a FileLoadException is thrown.
On MS.NET 2.0, a BadImageFormatException is thrown.
--
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