Question:

is it possible to run visual studio 2008 on fedora 10 linux

by Guest8533  |  12 years, 8 month(s) ago

0 LIKES UnLike

is it possible to run visual studio 2008 on fedora 10 linux distribution.

 Tags: 10, 2008, Fedora, linux, run, Studio, Visual

   Report

2 ANSWERS

  1. Leonardo
    No, it is not possible.

    WINE [http://www.winehq.org] is used to run windows programs on Linux, but Visual Studio is not supported.

    You can use MONO [http://www.mono-project.com/Main_Page] which is a cross platform, open source .NET development framework.

  2. Jessica_Nancy
    you cannot directly use visual studio 2008 in fedora. you can use monodevelop on linux, but than you have to know GTK.

    Another good option is to use Grasshopper to deploy your application on linux. when you compile a Microsoft Visual Studio .NET application, VS.NET generates Microsoft Intermediate Language (MS IL), which executes on the Microsoft Common Language Runtime (CLR). Grasshopper is a Visual Studio .NET plug-in, which takes this MS IL and converts it into Java bytecode, which executes on a Java Virtual Machine. Grasshopper also includes J2EE implementations of ASP.NET, ADO.NET and the most common .NET namespaces, so the required dependencies are available on your J2EE platform.

    See more detail at http://dev.mainsoft.com/Default.aspx?tabid=130
Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 15 years ago.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.