PDA

View Full Version : where can i find info about MonoDevelop



dmjohnson
September 9th, 2006, 05:31 AM
I have recently started playing with Ubuntu. I am a MS C# developer currently by trade and I found out about MonoDevelop in this forum a couple of days ago. I have successfully installed it but when i tried to create a demo project (console app) I got a compile error. All i had done is create a new console project and it stubbed in a class. I tried to compile and got the error - Parsing error(CS8025). I assume it will be a missing file(s) for the IDE, framework, etc.
So, my question is where is a good place to start for troubleshooting. Is there a good FAQ, or a good MonDevelop forum - some place to reference error codes.

xeero
September 9th, 2006, 06:55 PM
Here's a website for the Mono community:
http://www.gotmono.com/

also found this thread with reference to the same error:
http://fedoraforum.org/forum/showthread.php?t=105419&page=2

grim918
September 17th, 2006, 12:44 PM
the gotmono.com site is out of date. The tutorials that I tried from there never worked. You should take a look at the following website.

mono-project: http://www.mono-project.com/Start