Can i run windows application in Linux ?
-
Hi all, Can i run windows application in Linux, which is developed in c#.net, Framework 2.0 Kindly reply if any body knows.....
Krishnraj
You can with Mono. Take a look at this article also. Regards, --Perspx
"I've got my kids brainwashed: You don't use Google, and you don't use an iPod." - Steve Ballmer
"Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen an angry penguin charging at them in excess of 100mph." - Linus Torvalds -
Hi all, Can i run windows application in Linux, which is developed in c#.net, Framework 2.0 Kindly reply if any body knows.....
Krishnraj
Not without a lot of work. Mono is available, but if you do anything at all with the file system, you may be out of luck. I don't think you can run .Net apps in Wine or Crossover either.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Hi all, Can i run windows application in Linux, which is developed in c#.net, Framework 2.0 Kindly reply if any body knows.....
Krishnraj
It depends on the app. Mono is an implementation of the ECMA CLI speceification, just like Microsofts .NET Framework. Mono is NOT a 100% compatible equivilent of .NET though.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hi all, Can i run windows application in Linux, which is developed in c#.net, Framework 2.0 Kindly reply if any body knows.....
Krishnraj
Yes we can do that but we need Mono framework for that. It will much better work if you compile your code with mono framework on linux then it will work correctly.
-
Hi all, Can i run windows application in Linux, which is developed in c#.net, Framework 2.0 Kindly reply if any body knows.....
Krishnraj
Take a look at the mono project.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Not without a lot of work. Mono is available, but if you do anything at all with the file system, you may be out of luck. I don't think you can run .Net apps in Wine or Crossover either.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001