|
-
Jul 31st, 2009, 03:49 AM
#1
Thread Starter
Hyperactive Member
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..
-
Jul 31st, 2009, 04:04 AM
#2
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.
-
Jul 31st, 2009, 04:25 AM
#3
Re: Run windows .net application to Linux
 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
-
Jul 31st, 2009, 04:28 AM
#4
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|