I\'ve create a setup project for my windows service. It installs fine, however, if i uninstall the project (either by add / remove programs, or right click the setup project in VS - Uninstall) it does
I\'m working on a .NET app that calls 3rd party web services over the internet. The services do not use SOAP, so we manually construct an XML request document, send it to the service via HTTP, and ret
When I create a .NET Windows Service, there is an App.config file. When I compile the service, it creates a ServiceName.exe.config in the bin directory and there is开发者_StackOverflow社区 also a Serv
Scenario: A WCF service running as a Windows Service. Account is \"User\". What is done: I have overridden the OnBeforeInstall in the projectinstaller to be able to set username and password from
I have a Windows service class deriving from ServiceBase that uses a System.Timers.Timer to run code at frequent intervals. The han开发者_开发问答dlers for OnStop and OnPause use some signalling with
I would like to achieve the following. I have a C# server application which is run by a Windows Service. The service currently requires that the server application is located in a specific directory.
I am getting in out of memory exception while using system.drawing intensively in my windows service.
I am building a reusable framework for building scheduling serv开发者_开发百科ices using the .NET Framework. My code is distributed as a library, which is then referenced by the user in a console appl
I am newbie in Delphi, but I need to fix Delphi code in order to make network disks to be mounted when \"Service start\" is executed. By default when my application is started via Windows Service netw
I am trying to debug a windows service in Visual Studio 2005 on a Windows XP machine. I can install the windows service and start it from the admin console. However, the process app开发者_高级运维ears