Mono is an open-source, cross-platform implementation of the .NET platform.
Questions tagged [mono]
60 questions
7
votes
2 answers
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 a sensible command output).
Then I started…
kmp
- 257
- 1
- 4
- 12
5
votes
2 answers
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 System.Media;
using System.IO;
namespace…
kmp
- 257
- 1
- 4
- 12
3
votes
1 answer
Mono hard float latest release is failing for Text box control
I have installed mono for hard float 3.2.7. If I put Text box control within the C# the code is crashing. Why is text box control is failing in the 3.2.7 (hardfloat) version? Is there a fixed version of mono?
user14140
- 31
- 1
0
votes
1 answer
Autostarting a mono application
I have been trying to get my mono form application to autostart with the GUI and I have tried lots of methods shown on other threads but it just won't work.
I manually run a .sh script by double clicking on the file to run my mono application which…
Theoden
- 3
- 1
- 3
0
votes
1 answer
Can't read from SerialPort using mono - readChar timeout
I wrote a script in C# on my PC that opens up a USB port and talks to a weighing machine. Unfortunately, when I tried to do the exact same thing using mono on my raspberry pi, my readChar function times out.
The weighing machine uses a protocol…
Rohil Verma
- 1
- 2
0
votes
0 answers
monodevelop bug on creating new solution
Just installed mono-complete and monodevelop on my raspberry pi 4. When I run monodevelop, I see the IDE/GUI, but when I try to create a new solution (.NET/Console Project), when I click "Next" nothing appears (I would expect to see the entry form…
Sittin Hawk
- 183
- 1
- 1
- 4