I have a WCF service that uses the NetTcpBinding and is running within a Windows service. Remote clients connect to this service. 开发者_JS百科So far, I have defined the endpoint to use \"localhost\".
I\'ve written a Windows Service in C# that basically checks my db every minute for orders, generates a PDF from these orders, and emails it.
I\'ve developed a server software for .net 3.5 which I tried to convert to a windows service application. So I created a new Windows service project and added all my classes. But I can\'t compile it b
In my production environment I have several Web applications installed in the same machine. These applications access various web services and two SQL Server databases this means that my web.config fi
I have a WCF Service that I have written, which is hosted within a Windows service. It is operating in PerSession mode. The service permits clients to open files, make changes to files and close files
I\'ve been having major problems with WCF, which are not amenable to any wisdom I can find. I\'ve tried basicHttpBinding, wsHttpBinding, netTcpBinding (with the Net.Tcp service running on both machine
I\'m in the process of creating a C# application which will monitor changes made to the registry and write them back to the registry next time the user logs on.
Can anyone tell me the difference between a Windows Serv开发者_如何学Cice and API?That\'s a very odd question which leads me to suspect its not actually the one you want to ask...
I\'ve build a Windows service that allows a user to choose a DSN and the service will access it and peform tasks on it.The code works without error when running under a test command line application,
I have a Windows service that needs to run on a PC that is left on 24 hours. I can\'t rely on the PC having sleep/shut down disabled because it is something being installed on around 3500 sites and X