.net - Does x64 mono require x64 class library? -
i compiled x64 mono (version 2.11) on windows.
i noticed every program use class library (system.net, system.io, ...) crash systematically. downloaded latest version of class library, works ok on x86 not on x64.
does x64 mono require x64 class library ?
the x64 compatibity issue on windows prevented using mono on many projects. decided give try, hope works fine time.
currently, 64-bit mono runtime not require different set of class libraries 32-bit mono runtime.
you need ensure version of class libraries matches version runtime expecting. if didn't match error message console on startup.
a coworker , did port of mono runtime windows x64. not tested 32-bit runtime, , errors may in fact bugs. please file issues here:
Comments
Post a Comment