General :: Why Is Ubuntu Trying To Open Mono App With Wine Instead Of Mono

Aug 24, 2010

So, I have compiled a C# program on Linux using MonoDevelop. When I try to execute the resulting binary, my system tries and fails to run it as a windows executable, with wine. Wine gives me the following message:

$ ~/bin/MyMonoApp
wine: Install the Windows version of Mono to run .NET executables
~/bin/MyMonoApp: command not found

I can only convince it to run by explicitly calling mono:

$ mono ~/bin/MyMonoApp

So, how can I make this the default, so I don't have to explicitly call mono every time?

View 1 Replies


ADVERTISEMENT

Software :: Mono 1.1.12 - Install Older Mono To Co-exist With Current Version

Feb 28, 2010

I would like to know if anyone has run more than one version of mono concurrently. I want to host a Battlefield 2 server with bf2ccd that requires mono 1.1.12. CentOS 5.3 repos provide mono 1.2.4 which is neither new enough nor old enough to support bf2ccd. I have considered compiling a newer version or an older version to accommodate this but I think that the only fully supported version is the 1.1.12 and I want to have the newer mono for other projects. I have used Slackware exclusively up to now and am not familiar with CentOS yet so I would like to avoid compiling if I can. The server is an unmanaged dedicated server so I'm not certain of all of the details. AFAIK it is a standard CentOS 5.3 install.

View 4 Replies View Related

General :: Mono Error Message Using Wine?

Sep 26, 2010

I just installed wine in an attempt to open .exe files. When running the code line /wine/file.exe the following message appeared: wine: Install the Windows version of Mono to run .NET executables. I tried out two things, both of which didn't work and the message still appears every time I try to use wine

1st: yum install mono-core.i686 It is the Mono CIL runtime, suitable for running .NET code. 2nd: downloading mono windows version from the original website but still couldn't install it because it is an .exe file

View 6 Replies View Related

Ubuntu Installation :: Wine Program Requires Mono For Windows?

Feb 8, 2011

I am trying to install a program named "Ntrip" with wine, running Linux Mint 10 64bit (based on Ubuntu 10.04) I installed the software without problems, when I try to start it I get the following error:

Code:

fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
wine: Install the Windows version of Mono to run .NET executables

As far as I know, mono is by default on every Ubuntu 10.04 installation, however as per the error message, I installed the Windows version of Mono via Wine successfully. Trying to start the program again, still coming up with above error.

View 2 Replies View Related

CentOS 5 :: Running Server Client - Use Wine Or Mono?

Aug 4, 2010

I am new to linux. I want to run a server-client (c#) windows/console based application on CentOS 5.4. The code in C# has made using visual 2010. Should I use wine for this purpose or go for mono?

View 1 Replies View Related

Ubuntu :: Install Mono Error "Package Mono Is Not Available But Is Referred To By Another Package"

Mar 18, 2011

i first noticed when i tried to get mono via sudo apt-get install mono i got the error

[Code]...

E: Package 'mono' has no installation candidate then i tried to get it through the software center and i noticed the software center wasn't opening.... so i tried searching to find if someone else had the proroblem, they did, one solution was to reinstall python but if i open syapitic software i get the error

[Code]...

View 6 Replies View Related

General :: Force Mono Sound On 9.10?

Mar 15, 2010

My headphones broke so audio only works on the right speaker. As a temporary fix I want to force all sounds to play in mono in the right speaker. I run Ubuntu 9.10. Is there a way to complete this?

View 1 Replies View Related

General :: Way To Switch To Mono Output?

Mar 27, 2009

I'm running Debian Lenny, most of the time with KDE 3.5.10. I've got a great old stereo that I'd like to pump my audio through. It sounds fantastic, but it only seems to have one channel. Is there a way I could all my audio output to be mono so that I can get all of the music on one track? I guess there's probably a stereo to mono adapter that will do the trick, but if I can save the trip to Radio Shack, so much the better, right?

View 2 Replies View Related

General :: Ubuntu 9.04 - Cannot Find Icon For Mono Develop

Nov 11, 2010

I have installed mono develop 2.4 from terminal successfully. But surprisingly I could not find any icon on my desktop to launch Mono Develop. How can I solve the above issue and how can I create a icon on desktop to launch Mono Develop.

View 1 Replies View Related

General :: Sound - Force Downmix To Mono?

Jun 22, 2010

For personal reasons (I'm hearing impaired) I need my linux machine to produce mono downmixed sound. Downmixed, not just single channel.

Is there any possibility to force such behavior in ALSA / PulseAudio server? Hardware mixing (short-circuiting L and R channels with some resistors) is not possible at the moment. I'm looking for a software solution to mix two channels into one.

I know that some media players have this functionality, but I'd like the whole system (ie games, flash applications, etc) to produce downmixed audio.

View 2 Replies View Related

General :: Get Binary Path Of A Mono Process?

Jun 30, 2011

Is it possible to get the path of a process running under Mono in Linux? For example if I launch KeePass using mono KeePass.exe, running ps just shows the command name as mono, while what I really want is KeePass.exe.

View 1 Replies View Related

General :: Security - Copy Password From Mono-executed KeePass2 To Xterm?

Apr 7, 2011

I use KeePass2 to access username/password information in a Dropbox file. This allows convenient access from multiple devices. I can't seem to copy a password to the clipboard on my Linux 2.6.27.41-170.2.117.fc10.x86_64 system, however, in order to supply the password to a prompt in an xterm(1). I've tried both Ctrl+C/Ctrl+V and highlighting and mouse button 2 clicking. The KeePass2 program on the Linux system is executed by Mono.

How can I copy the password to the xterm(1)?

[Aside: I think we need a "KeePass" tag.]

View 1 Replies View Related

Ubuntu :: Mono / .NET Is Not Working?

Mar 4, 2010

I been trying to load one applcation is using .NET Framework 2.0. I went to Mircosoft to get the .NET 2.0 and attempting to install it but got a error. I look it up in the internet. Many topic point out that I have to install Mono to get it to work. I went to Ubuntu Software Center to get Mono, only one that I am unsure of is "MonoDevelop". But i installed it anyway and it still not helping. So I went to google to find info on how to install Mono on my Karmic. Found this, [URL] They point out that Ubuntu do have Mono pre-installed but they are using the old version, So I have to update it. By following those terminal command to get Mono installed. Then I got to the end and it said to check if Mono is installed. It comfirmed that it is there. So I went to install NET. 2.0, it still having error to install. I check what the error signature, it said something about Visual Studio setup.exe

I thought to try to open the applcation that is using .NET 2.0, it still have error. How I able to get it to work?

View 2 Replies View Related

Ubuntu :: Run Net Application Using Mono

Sep 21, 2010

I heared that there is an application for ubuntu that can run .net application under ubuntu... They told me to use mono. Since, wine cannot run .net application, it only can run .exe files....

I did installed mono using this tutorial in this site[URL] and I did installed mono utilities from synaptic. but, I don't know how to run the application using mono !! I tried to click the right mouse and run it with it. but I didn't see mono from the list. also, I tried to search for it from the application & I didn't find it. Maybe its just a setting and cannot run it like an application... If that its right, how can I run the application then ??

Note: I'm running under ubuntu 10.04 64bit, and i'm trying to run subtitle workshop under ubuntu. It requires the .Net framework 2.0. When I run it under wine, it tolds me that it needs .net framework to run...

View 5 Replies View Related

Fedora :: Mono Won't Run On 13?

Apr 30, 2011

I'm trying to run Emulare ( Android emulator ) under Fedora 13 using mono. It fails with this error:

Quote:

mono /src/Arduino/Emulare/emulare_1.7/emulare.exe
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.TypeInitializationException: An exception was thrown by the type

[Code]....

I think it is the mono setup but don't know what to fix?

View 3 Replies View Related

Ubuntu :: Mono Fails To Start .exe?

Apr 13, 2010

Ubuntu 9.10 Mono 2.4.2.3 On running; $ mone /path/to/.exe following warning popup:

Code:
Fatal Error System.ArgumentOutOfRangeException. Argument is out of range Parameter name: index at System Collections Generic List`1 [System String] get_item (int32 index) [0x00000] at Verse_of_the_Day.MainForm.ctor () [0x00000] at (wrapper remoting-invoke_with-check) Verse of the_Day.MainForm.ctor () at Verse_of_the_Day.English.ReadWrite () [0x0000] I have been searching around and could not find a solution.

View 1 Replies View Related

Ubuntu :: Use A Mono App As A Desktop Environment?

Apr 19, 2010

I have a shell I have written in C# for Windows. I have ported it over to Linux (Ubuntu) and it works well as an app running under Gnome.

What I would like to know is how to use the shell I have written instead of Gnome? What I want is a way of booting straight into my custom shell without the default desktop environment loading.

View 7 Replies View Related

Ubuntu :: Running Program With Mono?

Feb 20, 2011

I want to use a program, that runs windows and "linux with mono". I run Kubuntu 10.10.

Quote:

koen@Koen-Kubuntu:~/Documents/Software/SuperOneClick_1_6_5$ mono SuperOneClick.exe
** (SuperOneClick.exe:4191): WARNING **: The following assembly referenced from /home/koen/Documents/Software/SuperOneClick_1_6_5/SuperOneClick.exe could not be loaded:

[Code]....

View 1 Replies View Related

Ubuntu :: 11.04 Changes In Mono To Check In With Server?

May 26, 2011

I have a service the uses Mono to check in with a SQL server at a set interval. For some reason in 11.04 The service is only able to run for a short period of time without crashing. This service worked/works perfect in all previous versions. Any ideas as to what could have possibly changed? I'm really just looking for ideas on what to check.

View 3 Replies View Related

Fedora :: How To Remove (Lib) Mono In F11

Nov 8, 2009

I'm not happy about having mono on my system, is there a way to uninstall it? I just installed fedora 11.

View 1 Replies View Related

Fedora :: Install Mono 2.8 In F15?

Jun 22, 2011

I don't know how to install mono 2.8 in Fedora 15. I couldn't find it in the repositories, and I don't know how/if I need to build it from the source. I need it for WINE.

View 3 Replies View Related

CentOS 5 :: Using Mono Under Apache On 5.2?

Mar 27, 2009

I have developed a web application written in c# I'm using:

O.S. : CentOS 5.2
WebServer: Apache (2.19)
Mod Mono (1.9)
DB server: MySql

Some Configuration parameters:

Max Connection number: 200

When the site receives more than 50 simultaneous connections, it becomes unreachable even thought Apache seems to work. I attach:

- Apache server status when the service falls down

- Apache configuration file

View 3 Replies View Related

Ubuntu :: GTK Designer In Mono Develop Not Working?

May 5, 2010

I installed Mono Develop on Ubuntu 10.04 X86 . What I found when I tried to design a GUI using the GTK designer is that the tool box which houses GUI widgets does not appear. Is there any fix or solution to this?

View 1 Replies View Related

Ubuntu :: Konsole Doesn't Use Liberation Mono

May 19, 2010

I have set the konsole font to liberation mono, but I'm reasonably sure that the font that konsole is actually using is not liberation mono. It looks very different from the font used by xterm, emacs, gnome-terminal, etc.

Is there some font mapping hidden away somewhere that is overriding my choice?

View 5 Replies View Related

Ubuntu One :: Music Store Downloads In Mono?

Jul 27, 2010

I just downloaded my first track and I was pleased!
It was easy to find, pay, and download. It was 20 cents cheaper than AmazonMP3 too.

I had the same song downloaded from AmazonMP3 and compared them side-by-side.
The 7digital file had a better bitrate (320KB/sec) than AmazonMP3 (225KB/sec) and I didn't notice any quality in the sound.

I noticed, however, the AmazonMP3 track was stereo and the 7digital one was mono.

Mono?
What?
Are all the songs like this?

View 2 Replies View Related

Ubuntu Multimedia :: Only Getting Mono Sound In Headphones

Aug 27, 2010

i'm new to ubuntu, this is the second time i've installed it (i had enough of xp). with careful planning and thinking, i managed to get a few things working, like high resolution, java plugin, and flash. but there's a problem i encountered during listening to music: my headphone has only sound in the left speaker. i took a glance at system>preferences>sound, and i tried a couple options, but nothing worked.

some generic information:
- i have an integrated sound card (into an abit kd7 motherboard).
- my headphone is a thomson wpd265, which is working perfectly.
- neither videos, nor .flac audio plays in stereo.

i tried to google the problem, but this thing seems to be a bit rare. i'm sure this problem is related to software, since everything went fine under different circumstances (xp). it turns out that neither the speaker system is working - only the front left works from the five, and 5.1 output laggs.

View 3 Replies View Related

Ubuntu :: Remove All Folders Related To Mono?

Sep 17, 2010

I installed Mono 2.4 and I am struggling myself to remove all folders related to mono.. I didn't install from Synaptic so it's not just 'apt-get autoremove mono', I used the tarball.. how to remove all files from the installation?

View 3 Replies View Related

Ubuntu Installation :: Use Telerik Controls In Mono 2.4?

Sep 29, 2010

I downloaded Telerik.Web.UI_2010_2_826_Trial.msi. installed wine.then while running msi file "Installation error" is coming for telerik rad controls. i want to use telerik controls in mono 2.4. how can i do it?

View 1 Replies View Related

Ubuntu :: Installing Mono 2.8 Via Shell Script?

Nov 6, 2010

I have a shell script on my computer that will download and install Mono 2.8 on Ubuntu. I'm just wondering if it's safe to use.

Why do I want to do this? To use C# and ASP.NET 4.0.

Here's the contents of the script:

Code:
#!/bin/bash
TOPDIR=$(pwd)
BUILDDIR=$TOPDIR/build
DLDDIR=$TOPDIR/downloads

[Code]....

View 3 Replies View Related

Ubuntu Multimedia :: Mono Microphone Won't Record?

Apr 12, 2011

I've had this problem on ubuntu before, and I remember that I had to install a program from synaptics package manager and change the noise removal settings. This worked on someone else's mono mic, and I'm wondering if anyone knows which program changes the system setting for noise cancellation.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved