galvin Verghese
galvin Verghese

Reputation: 605

Executing C# win form apps in linux machine

How to execute Windows Forms Application in Linux 5.0. I installed mono 2.8 on my linux machine. Here i am very new.Please help me. For console application of C#, it is executed successfully. But C# windows application it is not executed. Can u tell me what is the pre requisite condition for executing the C# windows application on Linux machine. Please.......

Upvotes: 1

Views: 2979

Answers (2)

stuartd
stuartd

Reputation: 73243

Take a look at the Mono guide to porting Winforms applications

Upvotes: 2

WraithNath
WraithNath

Reputation: 18013

I dont think you can without running it in wine or something like that.

You can code in .net but i think the front end still needs to be in GTK or linux UI equivalent

Upvotes: 0

Related Questions