On Mon, Sep 17, 2012 at 10:37 AM, gregsan <[email protected]> wrote: > Hi, > > I'm trying to compile a simple console application. If I set the platform > to > x86 it compiles without any issues, however if I change it to x64 I get the > following error: > > Error CS0016: Could not write to file `test', cause: AMD64 (CS0016) (test) >
Does your project depend on another project or assembly set to an incompatible CPU type (x86)? > > I'm doing the building in monodevelop 2.8.6.4 on Ubuntu 12.04 LTS 64 bit. > Mono version is Mono 2.10.8 (tarball Mon Aug 20 22:44:15 CEST 2012) > (64-bit) > > Does anybody have any idea why this problem occurs? > > Thanks for any help, > Best, > Gregor > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Mono-compilation-error-when-using-64-bit-platform-Error-CS0016-Could-not-write-to-file-test-cause-AM-tp4656661.html > Sent from the Mono - General mailing list archive at Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
