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?
 
Thanks...
Jos� Faria

Reply via email to