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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78517 --- shadow/78517 2006-05-27 17:26:00.000000000 -0400 +++ shadow/78517.tmp.17559 2006-05-28 10:54:45.000000000 -0400 @@ -103,6 +103,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-05-27 17:25 ------- Fixed in SVN. We now throw a BadImageFormatException for both empty and invalid assemblies. + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-28 10:54 ------- +I've added some small unit tests for this bug to AssemblyTest.cs. + +Just some small remarks: + +- MS.NET 1.x throws a FileLoadException if a zero-size (empty) +assembly is specified. + +- BadImageFormatException.FileName is never set on Mono. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
