Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to host(Execute) window C# desktop application in Apple iPad , if so what i need to make it or how ?

thanks in advance
Posted
Updated 8-Aug-12 0:18am
v2
Comments
Kenneth Haugland 8-Aug-12 6:19am    
Dont think so, you have to result to iOS programming, but it is mabye possible with Mono (plugin for the .NET framework for Apple).
bbirajdar 8-Aug-12 6:22am    
I guess Mono is for Linux.. Correct me if I am wrong
Kenneth Haugland 8-Aug-12 6:25am    
http://en.wikipedia.org/wiki/Mono_%28software%29
Looks universal but...

1 solution

Currently it is not possible to execute a C# desktop application on iPad. This is because a .NET application requires the .NET Framework to be installed on the top of the OS. Since there is no .NET Framework version available for the iPad devices, it is not possible.

You will have to wait till the release of .NET Framework for the iPad .
 
Share this answer
 
Comments
marjavic 8-Aug-12 7:04am    
that mean i need to redevelope my app on ios to work on ipad
bbirajdar 8-Aug-12 7:27am    
Yes.. You need to redevelop the application for iPad..

Of course you can minimize the efforts by creating webservices for business layer and consuming it in applications with different platform. This way instead of a complete re-develop, you need to redevelop the UI layer only and business layer can be common for all platforms..
bbirajdar 8-Aug-12 7:30am    
Why was this solution downvoted? Any reasons ? If you think it is wrong, add the comments along with the downvote...
[no name] 8-Aug-12 7:37am    
Countered for giving a correct answer.
bbirajdar 8-Aug-12 8:28am    
Thank you Wes Aday :)

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