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
ADVERTISEMENT
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
View Related
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
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
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
Mar 11, 2011
I would like to see when installing ubuntu a choice for users to choose what they want installed on their system or not. I know for a fact that there are some like myself that does not want mono runtime files or mono apps on their linux box and when we try to uninstall all the files or apps that link with mono ends up breaking the linux box.
My question is why can't ubuntu make a distro of ubuntu that offers to users the files and apps for use with mono and a choice for those users to install ubuntu with out the mono files or apps. There are somne of us that think mono is as bad as .net and some of us want a linux box that runs linux and not window files or apps unless they can be written as pure linux code and not C# crap. I feel that C or C++ is the real way to write linux code and anything written in C# is windows and always will be windows. If they want to put more windows stuff on ubuntu, then they shouldn't be calling it linux..
View 1 Replies
View Related
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
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
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
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
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
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
Mar 9, 2010
I took the courage yesterday to install ubuntu 9.10. Internet was working absolutely fine (wireless), but brightness controls were not working (they still don't). So I went to this page https://wiki.ubuntu.co/Hotkeys/Troubleshooting, and ran following command(s) killall gnome-settings-daemon gnome-power-manager Now since then I cant get the internet working, and cant see the wifi connection on task bar. I have restarted the laptop but no avail.
PS: any help on how I can reduce the brightness of monitor. I am using SONY VIAO VGN FZ38M, with Nvidia 8400M GT. I have tried several threads and tried all sorts of things, like xbacklight, or somthing to do with sudo .VGA/LCD/brightness.etc.
View 2 Replies
View Related
May 3, 2010
I upgraded from Ubuntu 9.10 to Ubuntu 10.4. After the upgrade I noticed the entire title barding the window controls to minimize/maximize/close a window disappeared.Resizing/moving a window is not possible either.At first I thought something went wrong with the upgrade, so I did a full reinstall, but using the same home dir (sda5 mounted to /home). The problem remains.
I can temporarily fix it by changing the visual effects to normal or extra, but each time I restart I have to do this again. The controls appear at the right side, opposed to the left side which I would have expected from this release.I realized that this must be something in my home dir, so I created a new user. For this new user, everything appears as expected, so it's most likely some configuration file left from 8.10 which 9.4 doesn't like
View 2 Replies
View Related
Aug 20, 2010
I have a fairly new Samsung 2233RZ 120hz lcd hooked up to a GeForce 8800gt...
When i click on the Brightness and Contrast controls on the monitor it gives me "Not available"...
Does the linux nvidia drivers disable my monitor functions? is my monitor improperly configured? do i need to take some steps in setting up my monitor? there are some tiny white scanlines going through the display horizontally if i look real close...minimimalist ubuntu 10.04/XFCE4 same happend on ubuntu 10.04 gnome... with or without the geforce drivers.
View 9 Replies
View Related
Sep 8, 2010
I would like to have [CTRL][ALT][BKSP], [CTRL][ALT][+] and [CTRL][ALT][-] activated but don't know how to do this in the new X11.
View 1 Replies
View Related
Jan 11, 2011
I am considering installing Ubuntu on one of my desktop pcs used by my daughter. It's currently running Windows 7 32bit in a LUA, but is not as stable as I'd like. I am using Cyber patrol as a parental control system - which could be causing some of the instability. Is there any Parental Control software available for Unbuntu?
View 8 Replies
View Related
Jul 19, 2011
I recently purchased an HP Pavilion dv7t 6163us and I installed ubuntu 11.04 on there. Everything works fine except the fn + f2 and fn +f3 which decreases and increases the brightness respectively. It's using the i7-2630qm sandy bridge processor and intel HD graphics 3000.
View 3 Replies
View Related
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
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
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
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
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
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
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
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
May 19, 2011
Kinda like sleep timers, this technology has been around longer than dirt as a basic option on TVs, radios and other electronics, and yet why is it so hard to find these options in the modern OS? So far on Google I've seen this question asked repeatedly as far as 4 years ago. Haven't come across an answer...How to enable mono sound instead of stereo?
View 5 Replies
View Related
Jan 3, 2010
I can't get flash controls to work. If the video auto-plays, it starts just fine, if not, I'm out of luck. I've tried reinstalling flash through the software center. Even if it autoplays, I can't control volume or pause or anything. I'm at the mercy of whatever is already there. Ubuntu Karmic 9.10 - all updated as of 1/2/2009 Firefox 3.5.6 On a Lenovo Thinkpad R400
It has never worked. About to pull my hair out and/or reinstall Ubuntu Completely since no one else seems to have to problem.
View 1 Replies
View Related
Feb 7, 2010
a widow with 4 kids - 2 of whom have severe depression & signs that one may be suicidal and is taking interst in some dark garbage on the net. Overall still a pretty good kid, but he surely doesn't need help online to get further in a hole. The 15 year old boy is highly intelligent (whole family actually) and knows how to get around software parental controls with peer to peer, live disks, etc. There are several PCs - both windows and mac, and an X-box.
I want to set up the household with a router or similar solution that is smarter than the kid and his friends. I figure protecting the network is the most tamper proof, all-encompassing way to go. In the short term, I really want to lock that home net solid, while still allowing mom to do her facebook and the oldest to use the web for schoolwork. Dlink Securespot technology seems to be the best overall solution I have found so far. If there is something better, I'm hoping someone here can steer me to it.
View 2 Replies
View Related
May 9, 2010
Yesterday I adjusted the position of the windows controls back to what it was before, by using the configuration editor to set apps / metacity / general / button layout to "menu:minimize,maximize,close". At the time everything seemed good, the buttons moved, and it all worked. This morning I rebooted back into Lucid Lynx Ubuntu 64 bit, and now I find there are no controls on the windows, and I cannot even click and drag them, or double click the title bar to maximize! I checked, and the string I altered is still the same. I can still move windows with Alt-F7 and the mouse, and can resize by dragging out the bottom right corner.
View 5 Replies
View Related