I changed config file of the windows many times. Before changing config file I stopped the service and after changing config file, started again. Every thing worked fine.
Ok, so here\'s the deal -- I\'m running a Windows Forms WebBrowser control from a service.I know thats a no-no, but it seems to work alright.
I require a Windows Service to make WCF calls to a service hosted in a WinForms application. Unfortunately when attempting the call the Windows Service fails to discover the Endpoint.
We are having a web application build using asp.net 3.5 & SQL server as database which is quite big and used by around 300 super users for managing around 5000 staffs.
I have two Windows services written in C# following the same patterns and methodology. Both services were development tested against a Windows 7 VM and QA tested on Windows Server 2008 VM. Both servi
I am considering creating a windows service that wouldrun periodi开发者_Python百科cally and query networked databases and store the information on the local machine (please don’t ask why!).
i have to develop windows service which will copy files to different servers. So i have to do this task using multi-theading.
I want to create a software which can accept Print Jobs from other computers, and then route those print jobs to PCs on开发者_开发百科 LAN with printers attached.
I have tried compiling the service EXE file as AnyCPU, x86, and x64. It works on my Windows 7 x64 box. I\'m installing with installutil, the .NET 4 version.
I\'ve created a windows service in VS 2010 which references the model conveniently placed in a separate project which compiles to a dll. I have no problem referencing this dll in other parts of my sol