Windows to linux

T

taltene

Hi all.

A simple question:
I wrote a simple C# project in VS 2010 under windows 7.
No GUI in the project.

Now, I want to run the project product under linux.

What should I do to acheive that?

Many thanks in advance.
 
A

Arne Vajhøj

A simple question:
I wrote a simple C# project in VS 2010 under windows 7.
No GUI in the project.

Now, I want to run the project product under linux.

What should I do to acheive that?

If you used Windows specific features then it is not possible.

If no Windows specific features then install Mono and it
will work (99.9% chance).

Arne
 
A

Anders Eriksson

Joined
Oct 22, 2013
Messages
2
Reaction score
0
Once when dot.net framework is prepared for Linux, C# applications would work on Linux platform, with or without gui. I hope it will happened soon.
:D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top