Results 1 to 4 of 4

Thread: C# Service Application in Ubuntu

  1. #1
    Join Date
    Oct 2008
    Beans
    14
    Distro
    Ubuntu 8.04 Hardy Heron

    C# Service Application in Ubuntu

    Hi,

    I have written an C# application which is a Service application. It has the facility to get minimized to System tray. It has a Web browser control and two buttons.

    I want to use this exe in Ubuntu. It should work the same like in Windows. Is this possible ?

    Thanx for any valuable comments.

    Regards,

    tvks

  2. #2
    Join Date
    Oct 2007
    Beans
    1,914
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: C# Service Application in Ubuntu

    Why don't you just try? Install the mono framework and execute your program by running "mono <yourexecutable.exe>" in the terminal. Look in the stickies for how to install it.

  3. #3
    Join Date
    Oct 2008
    Beans
    14
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: C# Service Application in Ubuntu

    Hi Zugzwang,

    Thanks a lot for this quick reply. When I executed this command :

    Code:
    mono /home/abc.exe
    I got this following error:
    Code:
    libgluezilla not found. To have webbrowser support, you need libgluezilla installed
    When I try searching for libgluezilla I get this already installed :
    Code:
    libmono-mozilla0.1-cil
    Mono Mozilla library
    Not sure what to do ?

    Regards,
    tvks

  4. #4
    Join Date
    Oct 2007
    Beans
    1,914
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: C# Service Application in Ubuntu

    Quote Originally Posted by tvks View Post
    When I try searching for libgluezilla I get this already installed :
    Code:
    libmono-mozilla0.1-cil
    Mono Mozilla library
    Not sure what to do ?
    That's a different library and thus won't help you. However, there seems to be "libgluezilla" available for Ubuntu, so I would suppose that you try that: http://packages.ubuntu.com/search?ke...ll&section=all

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
  •