Mono is an open-source, cross-platform implementation of the .NET platform.
0
votes
0answers
26 views
Mono + XSP: WebService example does not work
There have been questions quite similar to this one, but I could not find any solution. So excuse me for asking it again.
I'm running Debian Linux and I installed Mono. Once I started the sample ...
2
votes
0answers
49 views
Mono | Overwrite | Crash
I had recently some problems with mono, apache2 and ASP.NET on my Wheezy Hard-Float image.
If I open the page the first time it starts and displays normally. After editing the page and publishing it ...
0
votes
0answers
225 views
How to start a daemon in Debian on Raspberry Pi
I'm new when coming to services/daemons. I found this: http://stackoverflow.com/questions/1221110/windows-like-services-development-in-linux-using-mono/1234761#1234761
I'm trying to start my test ...
0
votes
2answers
127 views
How do I run a background service written in MONO?
I need the service to automatically start upon boot, it does not require console access for a start. Ofcause it would be nice to be able to produce some output for logging/debugging/stats. But for ...
2
votes
1answer
117 views
How can I run a MONO application/program on boot?
I would like to make this as userfriendly as possible, so my MONO application is going to be a fullscreen application that runs automatically when the OS and startx is done loading.
How do I run a ...
0
votes
1answer
142 views
How bad are the MONO errors at the moment? eg. datetime issues [closed]
I have heard that there are several MONO issues with the current version of Raspbian Wheezy.
What is the extent of these issues? Are they minor or do they severely stifle programming? Other people ...
1
vote
1answer
100 views
Which OS image is the easiest to use with mono-runtime?
I just got hold of my first Raspberry PI Rev 2 yesterday (512 MB) + a 32 GB SD card.
Connected LAN, USB mouse+keyboard and downloaded Raspbian "Wheezy"and extracted it. Everything worked and looked ...
0
votes
0answers
167 views
MonoDevelop won't load
I have a Raspberry Pi running Wheezy on 4gb memory card. I installed Mono and MonoDevelop by running
sudo apt-get update
sudo apt-get mono-complete
sudo apt-get monodevelop
Yet now whenever I run ...
0
votes
1answer
205 views
How do I run a program on a separate thread?
I would like to run a programme or script that I wrote on start-up of the Pi - on a separate thread(process) / background.
I would love to do this with MONO application but any other examples would ...
1
vote
2answers
672 views
I2C library for Mono/C#
Is there a library to use I2C bus on RPi for Mono/.NET?
I was trying to find anything, but there are only libraries to work with GPIO but not with I2C.
4
votes
1answer
248 views
Is there a way to get SoundPlayer to work or is there an alternative?
I am using the Raspbian “wheezy” image and I copied over a wav file and played it successfully doing:
aplay test.wav
So then I knocked up this little console application:
using System;
using ...
5
votes
1answer
1k views
The assembly mscorlib.dll was not found or could not be loaded - what gives?
Using the Raspbian Wheezy image...
I installed the mono runtime like so on my Raspberry PI:
sudo apt-get update
sudo apt-get install mono-runtime
and it seemed to install fine (If I run mono I get ...
28
votes
4answers
6k views
Is it possible to run .NET code on the Pi using mono?
Is it possible (and feasible) to run .NET applications on the Raspberry Pi with Mono?
If so, how well do they run? Is a basic GUI usable, or does poor performance realistically restrict it to ...