Hi,
I have attached a little sample service you can use as template for
your own tests.
It only writes a log file for all actions.
It can be compiled using:
mcs -out:TestService.exe -r:System.ServiceProcess.dll
-r:System.Configuration.Install.dll TestService.cs
If you don't need the Windows ins
Hello,
Mario Munda said the following on 23.01.2006 11:17:
I have to write an application running under FreeBSD, and I choose Mono,
because it is simple.. This app does not need GUI, and it has to run as
a deamon.
I know how to design and develop app, but i don't know how to set it to
run as
I have to write an application running under FreeBSD, and I choose Mono,
because it is simple.. This app does not need GUI, and it has to run as
a deamon.
I know how to design and develop app, but i don't know how to set it to
run as a deamon.
I have another question regarding PostgreSQL+mono.