Part of our app involves registering a plug-in to a third-party product. While the third-party service is running, it has our DLL loaded, so the files on disk are locked.
The memory leak is not happening on every machine, but reliably on a couple at my work, and it\'s looking like close to 10% in the field.
Hi I made some changes in a windows service coding side(some class files related to that),,means i did coding to fetch version value from registry 开发者_JAVA百科in that class files,,,,After Your OnSt
I developed a simple windows service in C# as per this article. http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx
I have a \"Cron Service\" that i\'ve had running on our production server for over a year and a half.
I have a version of Visual Studio 2005 that doesn\'t include a Windows Service project template.Can I just build a (C+开发者_如何学运维+) console application and install it as a service without doing
I\'m attempting to install a service via C# from an installer\'s custom action. I\'ve tracked most of the topics related to my problem on Stack-Overflow however I\'ve failed to find a solution to my
I\'ve implemented a WMI provider (Window service, Instance, Methods and Properties provider). It works fine on Win开发者_运维问答dows Server 2003, but when it run on Windows Server 2008 with non-local
I need to run a bunch of pluggable processes in a windows service on my server and want to create a user interface that allows me to interact with each of the plugins in use by the service.
How to efficiently write code and debug windows service project in visual studio? Visual Studio gives