Results 1 to 7 of 7

Thread: how to deploy vb.net windows apploication in linux platform

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2008
    Posts
    103

    how to deploy vb.net windows apploication in linux platform

    how to deploy vb.net windows apploication in linux platform? is there any procdure ... please give in detail.............

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: how to deploy vb.net windows apploication in linux platform

    can't give specific details but I do know that you'll need to install a Windows Emulator on the Linux system... I hear WINE works pretty good. Once you have that up and running, then it's a simple matter of installing the application as normal.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: how to deploy vb.net windows apploication in linux platform

    Hey,

    The other option would be to use Mono:

    http://www.mono-project.com/Main_Page

    Think of it as the .Net Framework for Linux and Mac. You would need it installed on each machine you want to run your application on.

    Gary

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2008
    Posts
    103

    Re: how to deploy vb.net windows apploication in linux platform

    i have developed a windows application in vb.net. Now i want to deploy my application in suse linux 11.0 operating system. Is it possible to run my application????????????????



  5. #5
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: how to deploy vb.net windows apploication in linux platform

    Hey,

    I don't see any need for getting angry. We are only trying to help!

    Short answer is, it depends. If you want to go down the Mono route, you have to make sure that you are not using any classes from the .Net Framework, that are not implemented in Mono. You can test this using Moma:

    http://www.mono-project.com/MoMA

    Then, there are other considerations, such as forward slashes and back slashes, upper and lower case file names etc, all of which will cause you problems.

    Gary

  6. #6
    Hyperactive Member
    Join Date
    Jun 2008
    Posts
    407

    Re: how to deploy vb.net windows apploication in linux platform

    One thing about those is that they may or may not support all the microsoft features. It may also run slowly. If you really need a linux application you should write it in a language that is used for writing linux applications.

    What your trying to do is use a flat head screwdriver to screw in a phillps head screw. What you really should do is use a phillps head screwdriver.
    My Websites
    SharpMP3 - MP3 Design Articles www.sharpmp3.com
    Yobbers - Job Search www.yobbers.com
    Lets Trend - Methods For Riding Stock Trends www.letstrend.com

  7. #7
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: how to deploy vb.net windows apploication in linux platform

    Actually, the Mono implementation, in my experience from an ASP.Net side, is very performant, and in general terms, the majority of the needed functionality was implemented.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width