Windows to linux

  • Thread starter Thread starter taltene
  • Start date Start date
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 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
 
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
 
Back
Top