the full error is
Error CS8088: Your .NET Runtime does not support `PE32Plus'. Please use the latest Mono runtime instead. (CS8088) (test)
this is on a x86_64 linux system with mono and monodevelop installed as x86_64. This happens with any application I try to compile as x64 including an empty test program.
I have mono 2.6.7 install and monodevelop 2.4.3, Can anybody out there provide insights.
from what I can tell PE32Plus is a filetype for 64bit applications but mono's website says they support x64 environments