Results 1 to 4 of 4

Thread: Unable to install .exe using wine

  1. #1
    Join Date
    Aug 2012
    Beans
    1

    Unable to install .exe using wine

    This is the message I get when I attempt to install the .exe:

    shetal@shetal:~$ wine /home/shetal/Desktop/NetworkSetupTool.exe
    wine: Install Mono for Windows to run .NET 2.0 applications.
    shetal@shetal:~$

    So I installed Mono Complete since I am using Ubuntu 12.04. After this I am not sure how to get the application to install. I am an amateur at using Ubuntu, so I appreciate all the help I can get.

    I tried typing mono /path/to/file.exe instead of wine but it gave me this message:

    Unhandled Exception: System.TypeLoadException: Could not load type 'NetworkSetupTool.NetworkSetupTool' from assembly 'NetworkSetupTool, Version=0.7.4.2, Culture=neutral, PublicKeyToken=null'.
    [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'NetworkSetupTool.NetworkSetupTool' from assembly 'NetworkSetupTool, Version=0.7.4.2, Culture=neutral, PublicKeyToken=null'.

    This program is vital for me to be able to use my computer at school, so I would LOVE a solution if there is one.

  2. #2
    Join Date
    Jul 2012
    Location
    ATL
    Beans
    178
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Unable to install .exe using wine

    Have you tried installing .NET with winetricks?

  3. #3
    Join Date
    Oct 2006
    Location
    /dev/null
    Beans
    1,574
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Unable to install .exe using wine

    Quote Originally Posted by spatel88 View Post
    This is the message I get when I attempt to install the .exe:

    shetal@shetal:~$ wine /home/shetal/Desktop/NetworkSetupTool.exe
    wine: Install Mono for Windows to run .NET 2.0 applications.
    shetal@shetal:~$

    So I installed Mono Complete since I am using Ubuntu 12.04. After this I am not sure how to get the application to install. I am an amateur at using Ubuntu, so I appreciate all the help I can get.

    I tried typing mono /path/to/file.exe instead of wine but it gave me this message:
    Mono for Windows, not Mono for Linux.

    Download and install Mono for Windows from mono-project.com, run with "wine c:\program files (x86)\Mono\bin\mono.exe myapp.exe" or equivalent.
    Understanding is a three-edged sword: Your side, their side, and the truth

  4. #4
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Unable to install .exe using wine

    Moved to Wine.

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
  •