Hello, > I was wondering why mcs under linux doesn't set the 'x' bit for > generated executables (I have binfmt configured to run executables > through mono, but i have to set the 'x' bit each time).
There is no concept of executable bit in the .NET framework, so we can not figure out what to do with the result. Maybe we could special case this code in the reflection code. Miguel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
