I have installed Mono as follows: cd /usr/local wget http://download.mono-project.com/sources/mono/mono-2.10.8.tar.bz2 tar -jxvf mono-2.10.8.tar.bz2 cd mono-2.10.8 ./configure make make install
And I can use "mono HelloWorld.exe" to execute my helloworld project. But When I create a windowsservice project named "HelloWorldService.exe" using Visual Studio under windows, and run "mono-service HelloWorldService" under CentOS,it takes no effect. No message echoed,and no process started. Can anyone tell me why? -- View this message in context: http://mono.1490590.n4.nabble.com/Why-mono-service-mono-service2-take-no-effect-on-my-CentOS-tp4659097.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
