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

I have a windows application cin visual studio c#. Can this be published for both windows users and mac users? At the moment I am using the click once install option with automatic updte which works gerat for window users.

I need to have the same available for mac users.

If this is possible can anyone give me directions on how to do this please.

Thanks in advance for any help available.
Posted

1 solution

You can't deploy a .NET application to a Mac as the .NET Framework is only supported on Windows. There is the Mono project, however, not all of the .NET Framework has been ported.
 
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