Reputation: 11592
I want to run c#4.0 windows Desktop application in linux?Please anybody having idea share with me...
Saravanan.P
Upvotes: 0
Views: 528
Reputation: 1591
Search for "Cross-Platform" procedure. It will help you.
Use the Visual Studio .NET IDE and Grasshopper to Deploy .NET Apps on Linux!
Upvotes: 1
Reputation: 6851
The only way to run C# code on linux is to use the Mono project: http://www.mono-project.com/Main_Page
But maybe all the Framework 4.0 is not yet ported. You have to test to compile your application against Mono.
Hope this helps.
Upvotes: 2