Search:

Type: Posts; User: directhex; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    28
    Views
    14,563

    [SOLVED] Re: Ubuntu efi disaster.

    Grub provided with Ubuntu installed as UEFI includes a "setup" option at the bottom of the GRUB menu. This launches your motherboard's UEFI setup, and can be used to get into UEFI setup on "fastboot"...
  2. Replies
    28
    Views
    14,563

    [SOLVED] Re: Ubuntu efi disaster.

    Windows 7 does not support Secure Boot at all. It doesn't even fully support UEFI boot (Windows 7 x64 SP1+ supports it, as long as legacy video BIOS support is enabled)
  3. Re: How to run the Windows .net version of Keepass2 on Ubuntu?

    Keepass2 is .NET software, so it needs a .NET runtime to run on. On Linux this is ordinarily Mono. It's possibly possible to get Microsoft.NET installed in Wine to use that, but it's not really very...
  4. Replies
    7
    Views
    444

    [ubuntu] Re: Is it possible to install this program?

    Just because the code is available, doesn't mean you can just run it on Linux. This app's pretty tightly tied into Windows-only libraries.
  5. Replies
    1
    Views
    474

    Re: Mono and c# give compile error

    > and < are HTML character entities, allowing you to write reserved characters into a web page. Seems you made an error when copy-pasting your samples from the web.

    Every &lt; should be <

    Every &gt;...
  6. Replies
    9
    Views
    1,585

    [ubuntu] Re: mono for c# programming

    Mono is just the framework - compiler, class library, and runtime.

    MonoDevelop provides an IDE similar to SharpDevelop on Windows.
  7. Replies
    9
    Views
    1,585

    [ubuntu] Re: mono for c# programming

    I'm not sure you know what that word means. C# is a standardized language - both an ISO and ECMA specification
  8. Replies
    1
    Views
    3,660

    Re: Installing Mono with Winetricks *Help*

    Mono is no longer hosted by Novell, that's why it's not there.

    Install recent Wine from a PPA, it includes Mono.
  9. Thread: silverlight

    by directhex
    Replies
    5
    Views
    2,627

    [ubuntu] Re: silverlight

    Silverlight is a browser plugin from Microsoft , allowing web authors to write Flash-like content in C# and VB.NET. The design of it enforces strict sandboxing to keep your PC safe (much like every...
  10. Replies
    1
    Views
    603

    Re: simple sip library

    The main SIP library in use today is Sofia. Have you looked at it?
  11. Re: How to run ASP.NET applications with mono and xsp

    Aren't you meant to put static content in Content/ with ASP.NET MVC?

    Or add a second path to web.config along the lines of http://pastebin.com/5Zqrm3tU
  12. Replies
    44
    Views
    11,990

    Re: Alpha Centauri crashes?

    The true workaround is to export XLIB_SKIP_ARGB_VISUALS=1 before running smacpack. No need for Xephyr, no need to disable Composite.
  13. Replies
    20
    Views
    2,860

    Re: Ubuntu and Silverlight

    Moonlight died when Attachmate bought out Novell & fired the Mono team. And writing Moonlight was always a huge undertaking - one which the wider FOSS community never once helped with or did anything...
  14. Replies
    11
    Views
    1,484

    [ubuntu] Re: Visual Basic Alternative

    Mono includes a VB.NET compiler, in the mono-vbnc package. There is no sophisticated IDE integration, however, e.g. MonoDevelop does not include a GUI designer for VB.NET projects (only for C#...
  15. Replies
    2
    Views
    479

    Re: Xubuntu 12.04 beagle compiling error

    Beagle is a very, very, very dead project. It no longer builds AFAIK.
  16. Replies
    10
    Views
    5,127

    Re: is there an alternative to mono for c#?

    I'm not sure I understand some of the issues you're having. Sockets don't work? Wat?
  17. Replies
    27
    Views
    15,262

    Re: FAQ: Compiling and Running C# Programs

    You're trying to execute source code. You need to compile source code, then execute the result.
  18. Replies
    3
    Views
    1,198

    [ubuntu] Re: how to wine keepass2 in Ubuntu 12.04

    Keepass2 is packaged in Ubuntu. keepass2

    If you install the package, it includes various patches to behave better on Ubuntu.
  19. [ubuntu] Re: How to install Gnome in Ubuntu 10.04 LTS server

    That's not the error. An assembly reference error looks like this:


    The following assembly referenced from /home/foo/bar.exe could not be loaded:
    Assembly: Something ...
  20. [ubuntu] Re: How to install Gnome in Ubuntu 10.04 LTS server

    Without revealing the specific assembly which is missing, nobody can tell you what to install. But general case, mono-complete will probably pull it in.
  21. Replies
    21
    Views
    44,676

    Re: Windows server vs Linux server

    http://go-mono.com/status/



    Sounds like an Intel video driver bug from a few years ago to me.
  22. Replies
    21
    Views
    44,676

    Re: Windows server vs Linux server

    ASP and ASP.NET share only a name.

    and http://npgsql.projects.postgresql.org/ is a starting point.
  23. Replies
    21
    Views
    44,676

    Re: Windows server vs Linux server

    Mono implements .NET 2.0, 3.0, 3.5, 4.0, and 4.5 - although it implements only some of the libraries from each of those (e.g. WCF is partially supported, WPF is unsupported)

    As far as ASP.NET...
  24. Replies
    6
    Views
    3,898

    Re: Windows 8 Development in Linux

    No.

    Mono will not support Metro.
  25. Replies
    3
    Views
    2,479

    Re: Unable to install .exe using wine

    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.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4