When decompiling in ms ildasm, it shows up as:
.custom (UNKNOWN_OWNER) instance void TestNUnitChrome.x::.ctor() = ( 01 00 00 00 )
.custom (UNKNOWN_OWNER) instance void [mscorlib]System.ObsoleteAttribute::.ctor() = ( 01 00 00 00 )
which is different from normally where it's after the field def.
in reflector it's there. Monodis also shows it fine. When running the executable it tries to use reflection to find the attributes, but cannot find it.
I've uploaded a zip file with the exe and .il files to: http://carlo-kok.com/j/1.zip
anyone that can help me with this?
// If this mail arrived twice, sorry about that. something went wrong when sending it.
-- Carlo Kok _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
