On 13.03.2013 10:10, sagar wrote:
i have installed mono on SUSE Linux enterprise 11. I have 1 .net application created from visual studio 2008, this application actually creates 1 windows service when executed on windows OS machine. This application takes 1 argument "i" for installing service. (Example: MyService.exe -i). i want to same thing on SUSE Linux machine. How can i do this using mono ?
Services under mono are run within the mono-service.exe host, which acts as svchost process for your service.
For a nice example how to use it, see this Stackoverflow answer: http://stackoverflow.com/a/1234761/4918 Best Regards, David _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
