[Mono-list] hello.exe compiled using mcs on linux, fails to run on Windows

Akhilesh Agarwal akhilesh_agarwal@usa.net
Fri, 12 Apr 2002 16:03:02 +0550


Hi,

I compiled the a hello world console application using mcs on linux
successfully and it runs ok. 

Now I copied hello.exe file from Linux to a Windows XP machine which has
Microsoft .NET runtime and sdk.

I executed hello.exe and it says this is not a valid Windows 32 application.

Are the files generated by mcs incompatible with Microsoft .NET Runtime?

Akhilesh Agarwal