windows-services
Building a Windows Service in VS.NET 2008 [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-04-06 08:43 分类:问答How to set up my WCF service to be able to be accessed by remote clients
I have a WCF service that is being hosted in a windows service and I can connect to it and consume its services just fine when using the same machine, but when I try to run my client on a remote machi[详细]
2023-04-06 07:18 分类:问答Timers in Windows Service
I want to use timers in my service. But I heard that timers cause deadlock issues. Suppose If I set my timer to start every 10 mins.[详细]
2023-04-06 05:32 分类:问答WCF - Error with binding
The endpoint at \'http://localhost:8731/Design_Time_Addresses/WCF/WCFService/\' does not have a Binding with the None MessageVersion.\'System.ServiceModel.Description.WebHttpBehavior\' is only intende[详细]
2023-04-05 23:42 分类:问答Map shared folder on another domain using net.exe in a c# Windows Service application
I am trying to map a network drive on to the server inside a windows service written in c#. I tried using net.exe with below code[详细]
2023-04-05 23:15 分类:问答can I set the restart/recovery properties for a windows service from code?
I am referencing this answered question... I see that one can manually configure a service to restart using Services control panel. Is there a way to set these va开发者_运维知识库lues in code, either[详细]
2023-04-05 16:25 分类:问答Windows service with sql [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-05 12:41 分类:问答Windows service calling a Windows Forms application - would GUI cause problems?
I have a server application Server.exe that listens on a TCP port and replies to clients that connect to it. Currently it is a Windows Forms applicat开发者_高级运维ion with GUI set for debugging (show[详细]
2023-04-05 07:38 分类:问答What to prefer a windows service or process integrated with asp.net website to encode files?
I have to create a website where users will upload the files and after that those files will be encoded with the help of an encoder exe. I want to know if I should integrate the file encoding log开发者[详细]
2023-04-05 05:25 分类:问答Is it possible to register for PreShutdown service events using .Net?
I\'ve run into a situation where I deployed a .Net (C#) service on a Win 2008R2 server.The service has a dependency on MSMQ.At shutdown it needs to send a couple of quick messages before terminating.T[详细]
2023-04-05 00:31 分类:问答
加载中,请稍侯......