> From: Pierre-François Culand [mailto:[email protected]]
> 
> I do not intend to develop nor compile my app on the Mac/mono. I just want
> to deploy and run the already compiled WCF Winforms client .exe app with
> its WCF config file to consume the WCF service.

Oh, you should give up now. There is no chance of simply taking a complex app 
already built and developed in VS/Windows, and then straight up launching it 
under mono on a different platform and expecting it to work. Also if you check 
the mono compatibility page, it says "limited WCF" which may or may not affect 
you. I don't know if "limited WCF" compatibility affects server-side, 
client-side, or both.

In reality, if you want to develop cross-platform, you can achieve > 95% code 
reuse, and binary compatibility across platforms, but it's not going to happen 
automatically except for trivial apps or libraries. You have to develop and 
test with that goal in mind. You need VS on windows, and XS/MD on mac and/or 
linux. And you need to test on every platform that you care about supporting. 
There *will* be differences in the OS, as well as differences between .Net and 
mono, which you'll have to workaround.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to