could any one tell me how to create schedule task for windows in vb.net,and how to attach a dll with schedule task.and can we make dif开发者_如何转开发fernet dll for different function.Could you give
I have built a Windows Service using VS 2008 targeting Framework 3.5.When I install and attempt to run the service on my workstation, it crashes with a .NET Framework error with the following details:
I have developed a windows service using C# and Visual Studio 2008. I have Windows XP SP2 installed on my machine. When I try to install the service using the installutil tool, after en
I\'ve developed a .NET based Windows service that uses part managed (C#) and unmanaged code (C/C++ libraries).
I am building a .NET windows service which is using an unmanaged C++ dll. both of my service and the c++ dll are using multi threading.
I have a .NET Windows Service that has a timer with interval set to 10 seconds. Every 10 se开发者_StackOverflowconds, it queries the database for any work to be done, picks up top 3 work items and pro
I\'ve created a very simple Windows Service projects with this tutorial. I\'ve build the project, created setup project to deploy it and configured it according to the tutorial information. I\'ve buil
I have a WCF Service hosted in a Windows Service in the same server where i have moss. The WCF works well calling it from a Console application, but if i call it from a page within Sharepoint, it thr
I have created a WCF service using the NetMsmq binding for which i created a private queue on my machine and executed the project. This works fine as such and my WCF service is started and accesses th
I\'m using CreateService to install a windows service on Windows XPE. I\'d like to set things up so that only the Administrator can start/stop/pause/resume the service.