Results 1 to 5 of 5

Thread: Vb.net

  1. #1
    Join Date
    Feb 2013
    Beans
    8

    Vb.net

    Is there a way for me to run a Windows™ Visual Basic (VB.NET) program on Linux? Wineskin (for mac) and WINE (for Linux) both don't do this out of the box - is there some sort of hack or patch I can use?

  2. #2
    Join Date
    Feb 2013
    Beans
    0

    Re: Vb.net

    I recall that the .NET Framework does not ship with VB.NET application packages. So, VB.NET applications are not likely to work on Wine (e.g. without the .NET interpreter or "JIT compiler") unless you install the applicable .NET framework in Wine - which you can download from Microsoft's website.
    .
    This is not saying that this approach will work but that without the .NET Framework installed, I don't see how uncompiled, interpreted applications made in VB7 and above will work with Wine.
    .
    But I think that it's always worth rolling the dice to see if something like this might work...

  3. #3
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Vb.net

    According the the WineHQ page below, all the recent versions of .NET have really poor ratings -- indicating that trying to run anything that depends on .NET is likely to fail:

    http://appdb.winehq.org/objectManage...ation&iId=2586
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  4. #4
    Join Date
    Dec 2007
    Beans
    43

    Re: Vb.net

    The Best way to deal with this is to install winetricks and then run winetricks from a terminal and install dot.net from there (this would require you have to a Windows license)

  5. #5
    Join Date
    Feb 2013
    Beans
    0

    Re: Vb.net

    I also noticed that there is also an extra package, called Mono, which takes care of some of the .NET functionality on Wine...

Tags for this Thread

Bookmarks

Posting Permissions

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