.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:

http://www.mono-project.com/bugs


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -