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: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to