windows-services
Starting a user defined service in windows Xp
I am creating a user defined service on Windows Xp using sc.exe To create I started with sc.exe create \"My Service\" binPath= \"D:\\Service.bat\"[详细]
2023-04-12 04:25 分类:问答Calling MSIGetProductInfo from a Windows service returns garbage values
I have two apps I am working on, both of which rely on the MSIGetProductInfo call to retrieve the serial number that a user entered during setup (a standard visual studio setup and deployment project)[详细]
2023-04-11 21:31 分类:问答ASP.NET MVC site takes too much time to load probably because of a Windows service running on the same server
I have a dedicated Windows 2008 server with several websites and 1 windows service running. The service runs every 30 seconds and is pretty CPU intensive. However all sites are loaded really fast exc[详细]
2023-04-11 20:49 分类:问答IDisposable code on process termination
I have a good old fashioned windows service (inheriting from System.ServiceProcess.ServiceBase), to which I added a component (implementing IComponent) by this.components.Add(new MyStuff());[详细]
2023-04-11 19:17 分类:问答Date time format when application runs as windows service
In my system the date format is set as YYY-MM-DD format.So my c# application will take this format when i call DateTime.Now which is fine.[详细]
2023-04-11 17:18 分类:问答How can I run msbuild from a windows service?
I\'m trying to run this batch file from a windows service (running as my own user) and msbuild doesn\'t work. Running it directly however, works. I\'m getting a buch of \"The handle is invalid\" on st[详细]
2023-04-11 13:29 分类:问答Window service throws a type initializer error
I\'m not sure what is happening with this app. It worked fine then one day it stopped working. I\'ve tried to eliminate individual elements in the code b开发者_C百科ut as soon as I added a few enums ([详细]
2023-04-11 05:30 分类:问答Windows service not starting
I created a windows service using Windows SC.exe and following this , I am facing following issues: I am unable to start the service it gives error (Error 1053: The service did not respond to the st[详细]
2023-04-11 03:13 分类:问答How to Resolve error 1001 while installing windows service
I am getting following error while installing windows service. Error 1001 . An Exception occurred during the commit phase of the installation. This exception will be ignored and installation will co[详细]
2023-04-10 19:15 分类:问答Is the following code reentrant and thread-safe?
Is the following code is reentrant? Is it thread-safe, if this.NextToExecuteIndex is declared private int Ne开发者_开发问答xtToExecuteIndex = 0; and not computed anywhere else?[详细]
2023-04-10 17:24 分类:问答
加载中,请稍侯......