Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have made an aplication in visual studio 2010, C#, WPF, and i was wondering if there is a way to run it on linux or android? The aplication is about a chat aplication, which connects to a server where other people are connected and chating.
Posted

Linux - probably yes, if you use Mono. I don't know whether it supports WPF though, I have never tried.

Android - There is also a Mono for Android. I have never looked at it though, so I can't say.

A quick google for "Mono" and "Mono for Android" will find you all the details you need.
 
Share this answer
 
Comments
I.explore.code 20-Oct-11 6:30am    
I am not sure whether Mono supports .NET framework 4.0 or not, does it?
OriginalGriff 20-Oct-11 6:47am    
Dunno - the projected road map (http://www.mono-project.com/Mono_Project_Roadmap) just says for "fall 2011"
This statement[^] on the Mono[^] website says there are no plans on making WPF available.
 
Share this answer
 
If you can translate your app to Silverlight (shouldn't be too hard, they share a lot) then you can use Moonlight (Mono's port of Silverlight) on Linux. Judging by a quick search, Silverlight for Android is in late development and should be available soon.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900