Windows services are background service processes run by the Service Control Manager on Windows NT based operating systems, similar to daemons or UNIX services.
0
votes
0answers
5 views
User.config file for Window service not being created
I wrote an Windows service that is up and running in Debug mode. However when I compiled it in Release mode and try to run it. The service throws an exception at where it is trying to load ...
0
votes
1answer
13 views
Disable install feature based on existing services
I'm writing an installer that will install a Windows Service. I've already configured the service to be dependent upon a 3rd party service, and that works fine. I want to start the service as part of ...
0
votes
0answers
10 views
Configuring log4net to connect to an initially offline database engine
I have a windows service set up with log4net, logging to a file and a SQL Server database.
During initilization, I do my XmlConfigurator.Configure() call. Early on in the service, I execute some ...
0
votes
0answers
18 views
Self-hosted WCF: automatically create service hosts and enable dependency injection with Autofac
I'm working on a Windows Service with a number of self-hosted WCF services. I'm using Autofac for DI/IoC.
WCF services and endpoints are set up in app.config, and by enumerating the configured ...
1
vote
1answer
26 views
Using Debug View with a Windows Service
I'm having trouble with real time debugging of a Windows service on a remote machine. This machine is behind a firewall only accessible through remote desktop. I include Debug.WriteLine statements ...
0
votes
1answer
19 views
Custom Config Section in app.config in Windows Service
I added custom config section in web.config MVC Web Project and it is working fine. I did the same in app.config under Windows Service Project and it is throwing error.
The type initializer for ...
-2
votes
0answers
8 views
How to connect to outlook from windows service to read mails [closed]
I want to read outlook mails from windows service.
In winForm,console app I am able to connect to outlook and read mails from outlook using microsoft interop dlls.
But i am unable to connect to ...
0
votes
1answer
29 views
Why won't my windows service install another program from a process?
I have a windows service that runs every 10 minutes and checks to make sure that all of the correct parts of our software are installed and up-to-date. Every time that the service executes, it uses ...
0
votes
0answers
12 views
Messagepump with eventhandlers in a Windows Service
I'm creating a windows service that can put events in a database and send a message to a couple of desktop clients.
The events are coming from a 3th party server.
Windows forms have a buildin message ...
0
votes
0answers
29 views
Get Window Service list over network
I want to get all windows services that installed on other machine through network
I'm using C#.
This is my code
ServiceController[] svDetail = ServiceController.GetServices("192.168.1.2");
I ...
0
votes
0answers
16 views
Windows service to generate report dynamically using report viewer and excel introp
We have a requirement of generating report dynamically in the code using rdlc and report viewer in VS 2010 and introp excel service to rename the sheets as the rdlc in VS2010 doesn’t have a feature to ...
0
votes
2answers
19 views
Windows installer: Error 1001, CustomAction _xxxxx.install returned actual error code 1603
Question:
I have created an installer for a windows service with Visual Studio 2012 and InstallShield.
The service runs fine.
The installer runs fine on my development machine (windows 8 64 bit) and ...
-2
votes
0answers
34 views
Run windows service when machine starts [closed]
I have a Windows application in my server.But the problem is when machine Shutdown & then restart that service not started automatically.
I think to write a Windows service for that & when ...
0
votes
1answer
21 views
Start mulitple instances of a Windows service from Wix
I'm currently working on a msi, and am facing some problems with starting services from the wix project. This is the xml for copying the exe file, which is the service, and installing the service.
...
0
votes
1answer
43 views
How to throw the error to window service to restart
I am having MSMQ on windows 2008. Messages are available in private queue. I have one WCF subscriber (written in C#) which is installed as windows service. Now problem is that sometimes the WCF ...
1
vote
1answer
46 views
Log4Net C# logging issue with multi-thread code execution
I am using Log4Net to log an exception in my .Net Windows service application.
I want to mention that, my windows service application is running with multi-threading execution, which means that
each ...
0
votes
1answer
32 views
Launching a Windows Forms application from a Windows service
My problem: Can I run an exe (a Windows Forms application) from a Windows service? If so, how?
1
vote
2answers
30 views
Installing a Windows Service
I have created a Simple windows service to be used in my project. Is it better to install it using the InstallUtil.exe in CMD Promt (or) By creating *.Msi file. I have to install this Service in all ...
-5
votes
0answers
40 views
How can i run a windows service? [closed]
I created a windows service but after create a setup when i click on start its give me error "Windows could not start the 'ServiceName' service on localcomputer
Error 193:0xc1".Any one can tell me ...
0
votes
1answer
8 views
Installing Windows Service via ManagedInstaller - how to install 64-bit service?
I was going to post this, but managed to dig up the answer, so here it is in case anyone else is looking...
My app installs a windows service via:
string[] installargs = new string[] { binaryname };
...
0
votes
2answers
41 views
Replacing Thread.Suspend and Thread.Resume in a windows service
We have a service that does the following basic workflow:
1) Starts, reads config settings and performs some calculations in a large loop.
2) Each iteration of the loop, it needs to be able to check ...
2
votes
2answers
78 views
Dependency injection in long-running Windows service - Composition root the right idea?
I am writing a Windows Service that (if all goes according to plan) will run for months at a time. Throughout the lifetime of the service, it will maintain several WCF services (named pipes for ...
2
votes
1answer
54 views
Running a PowerShell script from C# to Pull Git Repository
First time asking a question here, as I'm a bit stumped on this one. I have a Powershell script to pull a git repository:
git.exe --git-dir=C:\ReleaseStaging\QABuild\.git pull --progress "origin"
...
0
votes
0answers
41 views
Installshield not copying new primary output?
Question:
I'm using Visual Studio 2012 to create a Windows Service.
So far, I've written a windows service before with VisualStudio 2010 and managed to solve all the problems.
The service works ...
1
vote
3answers
39 views
Running Windows Service Application without installing it
Whem I'm writing a Windows Service and just hit F5 I get the error message that I have to install it using installutil.exe and then run it.
In practice this means everytime I change a line of code:
...
-1
votes
1answer
31 views
Read User Settings from a referenced project at runtime of a Windows Service?
I made a Windows Form GUI "config" app, which simply allows the user to change/save properties (like a decimal and a few strings). I have a Windows service which uses a timer to run a process every so ...
0
votes
1answer
29 views
Why instantiate a ServiceHost within BackgroundWorker for a WCF service hosted within a Windows Service?
I have a Windows service that I created to host a WCF service. It works no problem, but I've noticed online that a lot of people build their services such that the servicehost object is instantiated ...
0
votes
0answers
8 views
Configure recovery methods for windows service via Visual Studio Deployment project.
I have created an installer with Visual Studio Deployment project to install a windows service. I need to add more feature like:
1] Recovery methods like, Restart the service on first failure, restart ...
3
votes
3answers
60 views
What is the proper way to have a Windows service stop and start gracefully when suspending/resuming a PC?
I need to stop our Windows service when a PC is powered down into Suspend mode and restart it when the PC is resumed again. What is the proper way to do this?
1
vote
1answer
55 views
Unable to Debug a Windows Service in Visual Studio 2012
We are migrating a Visual Studio 2010 solution to Visual Studio 2012. As usual Murphy's Law is rearing it's ugly head.
What I am trying to do is relatively simple and I have done it many times in ...
1
vote
2answers
49 views
How can a windows service programmatically restart itself when another windows service is restarted?
I work on windows service project , i want to restart my windows service when Lync Front-End service was restarted
i know how i restart my windows service i use this answer , but i don't know how i ...
0
votes
1answer
33 views
Server listen to Client Serial Ports
I manage a web site for company that hired me after being unsatisfied with the original developer of the site. One function of this site is to add new patients. Part of adding the patient is to ...
1
vote
2answers
40 views
What is preferred .NET 4.5 C# design pattern for windows service which polls DB table record and processes it based on type?
The requirement is to re-write the current windows service app (.net 2.0 with c# to .net 4.5 with design pattern) which is used to poll a db table for pending record, if any pending record, take it ...
2
votes
1answer
38 views
Login failed exception on BizTalk Database when going via windows service, while it works via web api (within the same library)
I'm getting a login failed exception on the BizTalk management database, while it has been proven that the ConnectionString works and the user has the rights (since I am using sa for testing). It ...
0
votes
2answers
59 views
Using a timer in a long running windows service
I am trying to use a timer in a windows service. The service is able to start and stop and I write something to the event log when this happens, this works. My problem is that I also want to use a ...
2
votes
1answer
89 views
+50
Restarts c# windows service on a url call
I have a c# application which runs as a windows service. This application uses open source tiny http server for URL communications. There is a flext application developed to update and select the data ...
1
vote
1answer
43 views
Read the Description of a Windows Service
I'm using C:\Windows\System32\sc.exe (via System.Diagnostics.Process) to create several Windows services via a custom install wizard I've built. Each service created will contain a program with one ...
1
vote
1answer
27 views
Windows service properties.settings.default location?
I have built a Windows service app that's installed and running. During debugging while the service is running, I have found that when I import the properties.settings.default and modify it, it is not ...
0
votes
2answers
34 views
Windows service split to multiple services to reduce load on it, but all services use a common dll for processing. Does it help reduce load?
I'm trying to reduce load on a windows service by splitting the load pie into multiple services, on the same server box.
But each of the service uses the same dll, shared between all the 5 windows ...
0
votes
1answer
23 views
WCF REST service hosted in Windows service not working without IIS installation
I have developed a REST service using WCF and hosted it in a windows service and that works fine on a machine which has IIS installed, but not on a machine which does not have IIS. On the machine ...
0
votes
1answer
29 views
access Web API from windows web service
I am developing a Windows service to run maintenance tasks on our customer's servers which returns results to a web service running in our headquarters.
I ran into the Web API as a new and simple ...
-1
votes
0answers
74 views
Lots of services showing in services.msc with 'Failed to Read Description. Error Code 2' [closed]
A large number of services (most of which appear to be core Windows services) are showing in services.msc with their service names rather than their display names (eg. BITS instead of Background ...
0
votes
0answers
32 views
How to install Windows Service contain Nhibernate Session?
I have windows service in these windows service I used in it Nhibenate Session and method, but when I installed it using installutil yourproject.exe command the service dose not work , but it works in ...
0
votes
1answer
24 views
InvalidOperationExcption was unhandled
when i type this code :
query = "SELECT DateString FROM table WHERE DateArrivage = 'DefaultValue' ";
OdbcDataReader DbR = ObAccess.SQLSELECT(query);
int fCount = ...
0
votes
0answers
19 views
Could not match culture 'fr-FR' for item 'Windows Installer 3.1'. Using culture 'en' instead
how can I fixe this error,
the setup package was in 'en', when I've changed it to 'fr', it gives me that.
thanks
-2
votes
0answers
40 views
Login to ASP .NET MVC website under HTTPS using Windows Service
I have some administrative methods under ASP .NET MVC website that is under https.
So it looks like
https://mysite.com/cms
and there are some actions like CheckUsers
My question is
Can we ...
0
votes
1answer
50 views
WCF callback channel abort exception
I implemented publisher-subscriber mechanism with WCF.
this is how I subscribe for callbacks :
public delegate void AsyncResponseEventHandler(AsyncResponse asyncResponse);
public static event ...
0
votes
4answers
58 views
Installing a windows service without a set up project
I have written a standard simple .net windows service in c#. Now I am looking to install it and running it.
On MSDN, it says to add an installer to the project and create a setup project to deploy ...
3
votes
1answer
100 views
Custom Command Windows Services on HIGH Priority
I have an Work Tracker WPF application which deployed in Windows Server 2008 and this Tracker application is communicating with (Tracker)windows service VIA WCF Service.
User can create any work ...
0
votes
1answer
21 views
Windows Service Deployment on Server with many clients
I have developed a Windows service in C# which has a functionality to send emails on a scheduled basis to the users. Now this service is to be deployed for a large number of clients (say, 50) who ...
