Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio and Linux 2

Status
Not open for further replies.

TonyScarpelli

Programmer
Joined
Jan 23, 2003
Messages
361
Location
US
Does anyone know if it's possible to write programs in Visual Studio, like in VB .NET, that can run on a Linux operating system?

Thanks


Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102
 
Well, a web site is still just a web site...

-The answer to your problem may not be the answer to your question.
 
I would not even think of trying to run a .NET application in Linux. .NET is to far entangled into the MS-OSs and the .NET Runtimes.

There are open source technologies like WINE that allow you to "sort of" run Windows COM applications in Linux, but they are not perfect an you would have a lot of testing ahead of you.
WINE:
To get a .NET Application running in Linux you would not only have to install the application, but you would also have to install and get running the correct version of the .NET Framework.

Unless someone else here knows different, you should probably just forget it.


Senior Software Developer
 
... Found this on winehq.org

Can I install Microsoft .NET or an application that needs it?

Currently .NET apps do not run in Wine mainly due to the fact that .NET itself (1 or 2) will not install in Wine. You can try installing Mono but that only works for a fraction (read <1%) of programs so at the moment you are better off finding an alternative program or waiting until .NET is implemented in Wine one way or another.

Senior Software Developer
 
I would not even think of trying to run a .NET application in Linux. .NET is to far entangled into the MS-OSs and the .NET Runtimes.

Mono is already on the way and works for .net 1.1. Mono works on linux and Mac.

Christiaan Baes
Belgium

My Blog
"In a system where you can define a factor as part of a third factor, you need another layer to check the main layer in case the second layer is not the base unit." - jrbarnett
 
Thanks, everyone. I guess if IBM can do it then it can be done. I'll look into Mono and see what's doing with it.

So let's go the other way.

If I get a Linux computer, what would I be using to develop a Linux application?

And is there a Basic available for Linux?

Thanks.

Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102
 
I would go for Java.

Christiaan Baes
Belgium

My Blog
"In a system where you can define a factor as part of a third factor, you need another layer to check the main layer in case the second layer is not the base unit." - jrbarnett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top