Tagged Questions
-3
votes
2answers
82 views
C# how to increment variable in constructor - windows service [closed]
I have a Windows service and I want to change the URL whenever the constructor is called. I am forming the URL in the constructor by concatenating a variable to it and the variable is being ...
1
vote
0answers
101 views
Windows Service start then stops immediately
I've created a windows service that creates a Form in which a tool strip icon is created to manage a socket. I'm able to install through an installer created in Visual Studio, but when I go to ...
0
votes
0answers
47 views
How to resolve Error during execution of ssis package (Integration b/w sybase and sql server) in a windows services
Sybase.Data.AseClient.AseException: Login failed.
at Sybase.Data.AseClient1.AseConnection.Open() at
Sybase.Data.AseClient.AseConnection.Open() at
...
0
votes
0answers
47 views
MSBuild ExtensionPack for remote installation required more configuration
Is there anyone experienced with MSBuild.ExtensionPack i have been using this to install the windows service to the remote machine.
The service is installed successfully in the remote location. But ...
0
votes
0answers
138 views
How do to call and execute SSIS package via Windows Service
i am trying to load and execute a SSIS package via a windows service. If i run it manually using the command prompt its working great. but if i try to same using a windows service its failing every ...
0
votes
1answer
39 views
How to detect an incoming USB device in windows Service on Windows XP machine?
I an trying to write a simple Windows Service that shall detect any incoming USB device and Launch a GUI application.
WqlEventQuery query = new WqlEventQuery("SELECT * FROM ...
1
vote
1answer
274 views
How to use Threadpool.QueueUserWorkItem in a windows service?
I have a windows service where I am using Threadpool.QueueUserWorkItem. The service connects to multiple client databases, grabs data, converts to XLS and send files to the corresponding FTP.
I have ...
0
votes
1answer
65 views
Using ManualResetEvent to check if service has finished processing
I have a web service which I need to ensure will finish processing then exit when onstop() is called. Currently when onstop() is called the service immediately stops. I've been told to look at ...
0
votes
1answer
225 views
Can't Impersonate on Windows Service
I am using Impersonation in my program. I don't have any problem. However, when I create Windows Service, I am having an exception while impersonating. What can be the problem? In my account, I can ...
-1
votes
1answer
105 views
how to restart windows service c#
i want every to hour restart windows service by c# code
i have this method
but when i but it in project installer or where????? can i put it in the same service i want to restart it???
public ...
2
votes
2answers
123 views
How to release unmanaged resources in a WCF service that is hosted in a Windows Service?
I have a WCF service hosted in a Windows Service. The WCF service has a thread that makes a UdpClient connection to an outside system. I am finding that when the Windows Service is stopped that the ...
0
votes
1answer
47 views
Nservicebus Full duplex deployment to dev not working
When I run the full duplex sample from Visual Studio everything works without an issue. So I tried to deploy the Myserver as a windows service following the guidelines on nservicebus site. I am ...
1
vote
1answer
456 views
System.Timers.Timer Elapsed event fired more than once time in Windows Service
I'm working on a Windows Service with a timer to schedule a job each interval of time.
It seems that the timer elapsed event is fired more than one time.
Here a code sample:
private static ...
0
votes
2answers
87 views
What happens if Windows service doesn't exit a thread when stopping?
I have a .NET Windows service that runs multiple threads. A developer added some new threads to it but forgot to add code to exit the threads before the service stops. When I stop the service, it ...
0
votes
0answers
56 views
Windows Service : Custom log error
I am creating a custom log for my windows service. But it it throwing error:
if (!System.Diagnostics.EventLog.SourceExists("MailDownloaderService"))
{
...
1
vote
1answer
64 views
Not sure how to handle multiple timed threads in a Windows service
This is my first time putting together a Windows service application and I've been doing a bit of reading on different approaches to running multiple tasks in some manner of timed intervals. One ...
-1
votes
4answers
1k views
Office Interop Does Not Work in Windows Service
I have a very weird issue with Microsoft Office.
I have a common library whose sole purpose is to open whatever word document file type is passed to it (by a full file path...) and save that opened ...
0
votes
1answer
152 views
Inserting a record in BigQuery table via windows service
I've created a windows service that communicates with the Google BigQuery API perfectly using Service Account authorization. For testing purposes, I'm able to fetch data from a BigQuery table to check ...
0
votes
0answers
35 views
when the user stars the system Capturing a Desktop screen until the user shut down system?How to achieve this requirement through code? [closed]
when the user log on(starts)the system Capturing a Desktop screen until the user (shutdown)log off the system.
How to achieve this requirement through code?
Please help
thanks in advance
...
0
votes
1answer
85 views
Create windows services [closed]
I am totally new to windows service. I would like to create windows services to call any web services on timely basis.
For example:
morning from 12am to 12pm one call
afternoon from 12pm to 4 pm ...
2
votes
0answers
279 views
Playing wav/mp3 from Windows 7 service
I need to play a sound file (wav or mp3 is fine) from a service in Windows 7/2008... the way we did it in WinXP doesn't work anymore. I've followed this question Play wave file from a Windows Service ...
0
votes
3answers
254 views
File and Folder Sync Application .net C#
I am developing a .Net 4.0 C# Windows Service based (Dropbox like ) application which runs continuously and keeps a watch on a specific folder for content and updates and notify the changes onto the ...
0
votes
1answer
66 views
ServiceName is not changing properly
I have a need to be able to install the same service multiple times on a single machine.
That part I have working! But I also need the ServiceName's to be different. That part is not.
Below is the ...
3
votes
2answers
582 views
Debugger.Launch() on windows service in Windows 8
After I installed Windows 8 perfectly legit statement like this doesn't work anymore:
#if DEBUG
Debugger.Launch();
#endif
Service starts ignoring that thing.
Yes, I am building the project in ...
0
votes
1answer
76 views
Windows Service processing time issue
I have a windows Service written in C# 4.0 which uses Microsoft Exchange WebServices(EWS) to process emails in a service mailbox. Emails are read and some data is inserted into the oracle database ...
1
vote
1answer
244 views
How does impersonating a user with NEW_CREDENTIALS work in C#?
I'm working on a system where various Windows services run on different computers in a private network. Any of the computers in the network can run client applications that interact with these ...
0
votes
1answer
123 views
C# Windows Service Login validate a user
I'm doing an application that allowed the users to make a reservation for a specific computer, but also I want to do a windows service (installed in every computer), that everytime a user is trying to ...
2
votes
3answers
443 views
My custom Windows Service is not writing to my custom Event Log
I have written a custom Windows Service that writes data to a custom Event Log (in the Windows Event Viewer).
For dev'ing the biz logic that the service uses, I created a Windows Form which simulates ...
1
vote
1answer
227 views
Error starting a Windows Service
I have a windows service that I have successfully installed using installutil but when I run it I get an error saying that the service failed to start because it failed to respond in a timely fashion. ...
2
votes
2answers
424 views
Can I listen for a Windows service event that I've created?
I have a Windows service that writes messages to the Event Log. I also have a form application that reads that Event Log and displays the messages. The Windows service has an event that it fires which ...
0
votes
1answer
418 views
Having issues in installing a windows Service created using Visual Studio 2010
I am trying to install a windows Service created using Visual Studio 2010 on my local machine and on a Windows Server 2008 r2. I am getting the proper success reslt when I install it using the ...
0
votes
1answer
245 views
The server has rejected the client credentials, duplex wcf sevice
I host a wcf service with tcp binding on a windows service. It works correctly on our LAN, however when the users wanna connect to the service from internet, they get the following error:
The server ...
0
votes
1answer
454 views
Windows service not connecting to database
I have a windows service. It connects and checks my database every 18seconds before sending out a soap message to an external client.
I have successfully installed the service on my computer but it ...
0
votes
2answers
1k views
Call windows application in windows service
I am working on something similar to this question asked in 2010
How to call Windows application using Windows service in C#?
This answer might be the solution to my problem
...
0
votes
2answers
253 views
Run Windows Program While Not Logged In
I've recently become "reacquainted" with Windows and I'm also new to .NET & C#. I'm trying to figure out a way to run a program on a Windows 2003 machine at all times (i.e. it runs when no one is ...
0
votes
1answer
248 views
Windows Service Context like Website HttpContext
I am currently working on a Windows Service that does a database call and does some work and then waits for several seconds to run again. I have to connect to a database during the work and I would ...
2
votes
1answer
106 views
WCF or windows service advice needed
I need some advice as to how to approach a project I am getting ready to start.
We have a windows app user interface that contains 20 chart controls, each on it's own tab control.
These charts show ...
0
votes
0answers
737 views
WCF-Service crashes due unhandled Exception! Faulting Module: WSOCK32.dll
My WCF-Service is hosted in a Windows-Service, everything works fine...except that every 3-5 hours my service stopps with the following two Error Messages in the Eventlog:
1.ErrorMsg:
...
0
votes
0answers
231 views
Problems Installing a Windows Service from a Visual Studio Installer Project
The reason I ask is that I must be doing it incorrectly as I am having a lot of problems and I feel like I am chasing my tail here.
Using the how-to here, ...
1
vote
1answer
536 views
Why can't components be added in localization mode in Visual Studio 2010?
I just started creating a Windows Service; out of curiousity, selected English (United States) as the Service's Language, though localization is not part of requirements on hand.
Then when I tried ...
2
votes
3answers
885 views
showing a popup form a windows service
Im looking for some advice on an application im creating using a windows service. Basically we have some timesheet software and i need to create a windows service that will poll a db to see if they ...
0
votes
0answers
44 views
windows service not work
I am using the following code :
Codes are not working rightCodes are not working right
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using ...
1
vote
1answer
380 views
How do you read the console output from windows service?
I have console application ThirdPartyApplications.exe, that I have to run from windows service.
Console application give me reposes: OK, NOT OK and ERROR.
I need to capture these responses in my ...
-1
votes
1answer
62 views
windows Service running on multiple servers
In my application I am running a windows service on a Webserver.
This service calls a single table and select and update the table.
When this service is deployed on multiple webservers, How can I ...
2
votes
1answer
567 views
Single-Threaded Windows Service Delaying OnStop
I have a Windows Service (C# 4.0) that picks messages off of a private message queue and for each message sends one or more emails (typically 4 or 5 at most) based on message content.
Message volume ...
0
votes
1answer
74 views
Questions about adding a WCF service to a Windows service assembly
I have found some basic information about hosting a WCF service in a Windows service, but not much. All of my experience thus far with WCF has been in Web projects. I have a few simple questions.
I ...
2
votes
5answers
97 views
How To Run And Test a Windows Services In VS
I created a windows service in VS:File->New Project->C#->Windows Services
But I don't know how to run and test it.VS says I have to install my windows services to run it.but I Just want to test it and ...
0
votes
2answers
328 views
Starting a service programatically
He folks,
I'm struggeling with starting a service from another application.
Ok, first, thats my starting point:
I got a usual service wrapped into my own class which inherits from ServiceBase.
...
1
vote
1answer
362 views
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.
My service takes 5 mins to finish its current execution.
But in ...
0
votes
1answer
677 views
creating multi threaded windows service
I need guidance in creating a Multi Threaded Windows Service.
The Service needs to read records from a database Table and saves it to
another service(ServiceB). The table might contain thousands of ...


