Windows service
-
Hi, Iam using C# Express Edition.I want to create a windows service ,But there is no template for windows service in express Edition.Where can i download the Windows service template. Thanks in advance.
Hello You will have to write the service from scratch. Take a look at the following link for a little help. http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/howto/samples/Services/ServiceApplication/SimpleService/SimpleService.src&file=CS\SimpleService.cs&font=3[^]
Kind Regards, John Petersen
-
Hi, Iam using C# Express Edition.I want to create a windows service ,But there is no template for windows service in express Edition.Where can i download the Windows service template. Thanks in advance.
I pasted up a tweaked version of the service template that I use for my own use. It's hooked up for running it debug (which VS won't let you do with services), just use the NO_SERVICE compile flag. This is similar to something someone posted in an article recently. Anyway, enjoy. Windows service template (8k)