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=80517 --- shadow/80517 2007-01-17 12:52:57.000000000 -0500 +++ shadow/80517.tmp.6221 2007-01-17 15:35:22.000000000 -0500 @@ -82,6 +82,14 @@ The generated netmodules have a moduleref but not a file table. This caused the runtime to skip loading the module. According to the spec, the file entries should be present, but since you say the test is run by the MS runtime, I fixed mono to ignore if the file table is absent. Leaving the bug open until the file table is properly added. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-17 15:35 ------- +It indeed works on MS, and compiling the modules on MS (1.1 and 2.0) +does not add the file table in the netmodules either. + +The repro now indeed runs on Mono, but the tests I added to Client.cs +still fail. The Client.netmodule is returned twice by +Assembly.GetModules on Mono (and only once on MS). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
