[Mono-list] Mono is a funny dude
Gonzalo Paniagua Javier
gonzalo@ximian.com
Mon, 17 Nov 2003 14:19:34 +0100
El lun, 17-11-2003 a las 13:57, José Alexandre Antunes Faria escribió:
> Hey lads...
>
> I'm trying to port a .Net aplication to Mono, and I see a somehow
> strange behavior...
>
> So far I have found two problems:
>
> The first is that mono doesn't get the attributes by the order in wich
> they are defined in the code.
> You might argue that it doesn't make much sense to do that because of
> attributes defined in superclasses, nevertheless it was handy.
> This problem I could go around it.
>
> The other one is that Mono doesn't implement either Assembly.LoadFile
> or Assembly.LoadFrom, while both work on .Net in Mono neither.
> This problem I couldn't get around it...
>
> Any clever ideias of how I can do that?
It's better to illustrate these issues with a couple of test cases and
file a bug report in http://bugzilla.ximian.com. See also
http://www.go-mono.com/bugs.html
-Gonzalo