what are some things i should look for when compiling/building an app written in C# done through mono/cocasharp? i have been able to successfully compile & run at school with vs.net, so i know that there is correct cod ein there. i tried the Hello.cs example on the cocoasharp website to make sure that i had installed the framework correctly, and it will build and launch as it should. when i try on my school project, it builds fine; but when i double-click, it launches and closes right away without showing the window. any ideas where i should start looking to work on a fix? i've checked to make sure my variables are all used and that the path is correct to/from the file.
thanks!!