| View previous topic :: View next topic |
| Author |
Message |
moeFinley
Joined: Sun Jan 28, 2007 4:44 pm Posts: 4
|
Posted: Sun Jan 28, 2007 4:53 pm Post subject: Monodevelop Runtime 2.0 doesn't complie |
|
|
I using Edgy and Monodevelop 0.12
I have an application that compiles and runs fine using runtime version 1.1 but as soon as I switch to 2.0 it would create an .exe
There are no errors when it compiles but when I try and run it I get
| Code: | | cannot open assembly |
and there is not .exe in the output folder?
I'm just starting to learn Mono so I'm sure I might be doing something wrong but I don't know what. Could any help shed any light? Thanks |
|
| Back to top |
|
 |
tjelle
Joined: Fri Jan 19, 2007 5:28 pm Posts: 10
|
Posted: Fri Feb 02, 2007 5:20 pm Post subject: RE: Monodevelop Runtime 2.0 doesn |
|
|
I got the same problem (ubuntu 6.10 edgy), when trying out the mono tutorial in LFX88.
Was wondering if it had to do with the version of mono installed on ubuntu: mono (1.1.17.1-1ubuntu7.1)?
Does anyone know? |
|
| Back to top |
|
 |
moeFinley
Joined: Sun Jan 28, 2007 4:44 pm Posts: 4
|
Posted: Fri Feb 02, 2007 6:57 pm Post subject: |
|
|
Sorry, someone posted the solution on the Ubuntu Forums and I should have duplicated it here. You need to install the 2.0 complier.
| Code: | | sudo apt-get install mono-gmcs |
Here is a link to the Ubuntu Forums Post
http://ubuntuforums.org/showthread.php?t=348140
Hope this helps |
|
| Back to top |
|
 |
tjelle
Joined: Fri Jan 19, 2007 5:28 pm Posts: 10
|
Posted: Sat Feb 03, 2007 1:05 pm Post subject: |
|
|
Thanks, it works now.  |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|