Run windows .net application to Linux
Hi...
I developed a application using vb.net 2005 and sql server 2008 for windows
but i want to run this application on one of the client which is linux.
means :
windows server 2003 on which database is install.
Five client machine is Windows Xp on which application is running ok
they have two machine on which linux is loaded.
Now I want to run the same application on linux machine also
Guide how to do this..
Re: Run windows .net application to Linux
Well, hope your program can run on Wine or Mono. If it can't then you'll have to program it in C++ or some compatible language for Linux.
Re: Run windows .net application to Linux
Quote:
Originally Posted by
formlesstree4
Well, hope your program can run on Wine or Mono. If it can't then you'll have to program it in C++ or some compatible language for Linux.
Just to clarify, Mono is a Linux framework which supposedly lets you code in .NET 2.0 and 3.0 languages but I've never used it so wouldnt know where to start. I would guess their web site would help you out though: http://www.mono-project.com/Main_Page
Re: Run windows .net application to Linux
Mono, just install it on your Linux box, and open a Terminal. Then type in:
Mono <path to your application exe>
Press enter and see what happens