Running a .net application created under Windows

Asked by Hilmar Lorenz

Hello,

I have created a simple application under Windows 7 in c#. Now I want to let in run under ubuntu. What do I have to do?

Thanks for help!
Hilmar

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mono Edit question
Assignee:
No assignee Edit question
Solved by:
Hilmar Lorenz
Solved:
Last query:
Last reply:
Revision history for this message
Daniel (djhayes1994) said :
#1

You say it is run under .NET to run a .net application you need the .net framework as far as I know you can't
install this framework under Ubuntu. Your best bet would be to try and run your program under WINE.

To do so install wine.
After that you go to your terminal and navigate to your files location then type
wine yourfilename.exe
It will then auto configure it and if all goes well it will run without a hitch.

Revision history for this message
delance (olivier-delance) said :
#2
Revision history for this message
Hilmar Lorenz (h-lorenz) said :
#3

Thanks.
I will try it with the MONO.
/Hilmar