Windows services run in the background for the Windows OS environment. They are used to perform long-running tasks without user interaction.
0
votes
0answers
6 views
Create Window Service in java using Java Service Wrapper
i have follow this tutorial to run a java class as a window service.
Java Service Wrapper HelloWorldServer Example
I did a minor changes i change the HellowWroldServer class to as follow
public ...
0
votes
0answers
30 views
Visual studio JIT error
i am getting this error when i stop the window service,the service is made in vs2010 using vc++.
Can you tell how to remove this error?
Thanks
0
votes
1answer
45 views
Application works properly in console but terminate in window service
I made an console application in visual c++ in VS 2010 i added the console handler so that when i press ctrl+c the application may terminate successfully and it worked for me too without error later i ...
1
vote
0answers
51 views
Not able to access wcf service methods hosted by window service using jquery
I have hosted my wcf service through window service .As i start my window service i am able to access wcf service url.
And i am able to access my wcf service at client application by adding ...
0
votes
0answers
35 views
WorkflowRuntime.StopRuntime gets stuck
I have a very basic workflow hosted in a windows service (C#, .net 3.5) with a strange problem.
Configuration:
The runtime and workflow instance is created in the same thread.
I have a background ...
0
votes
1answer
438 views
Access to Google Maps route optimisation API
I am writing a Windows service to get optimised route.
From Javascript I can use google.maps.DirectionsRenderer which provides optimised route, but from a web service point of view I didn't find ...
0
votes
1answer
277 views
Is this the only and good way to sync data between 2 databases programmatically
I have 2 same databases.One in production and another in local.I'm trying to write c# windows service to sync data from time to time from production to local database.
Here is a code snippet from my ...
1
vote
0answers
246 views
wcf error “Sequence contains no elements” - “Collection was Out Of fixed size”
i am new in wcf. i start to create a wcf project that save people information in EF database.
i had lots of error and fix them by searching in sites but recently i stoped by some error and cant fix ...
2
votes
0answers
231 views
Multi Threading FileSystemWatcher monitor local folder changed and timer to handle when network is down and Ping again in Window Service
By default a Script written by the machine saves the files to Local/Server Path folder, but due to network issue, both the folders are not in sync. I have witten a C# Window Service program using ...
2
votes
3answers
325 views
WCF Service vs Window service
Am a newbie to WCF.I have a scenario where i need to create a application that runs 24x7 picks up mail from a mailbox and create few reports.I did it using winform and it worked.but i got a problem ...
1
vote
1answer
112 views
windows service application installation
I am beginner to .NET.
I have a question regarding windows service application running multi-thread. My question is when I tried to register my application into windows service, I see my service ...
1
vote
3answers
286 views
Window Service waiting store procedure to get the results
I am running a stored procedure from C# Window Service. Stored proc is a quite heavy query and it takes quite long time.
I want to wait till the stored proc finish and return the values.
Is there ...
0
votes
1answer
77 views
Storing a Windows Service Run History that needs to be loaded in a WPF App
I have a C# .NET 4 Windows Service that needs to store its run history (records with date/time, stats, and success/failure). There will usually be 1 entry per day, so over time the run history will ...
2
votes
2answers
333 views
Created WCF service, Hosted in window service, Trying to consume within that service. How to do?
I created a WCF service library. Then I created a window service to host this WCF service.
Now I want to call a function defined in WCF service library within same window service.
protected ...
0
votes
1answer
264 views
C# Create Window Service to Synchronize MS. Access to SQL Server
I tried few day of how to synchronize database from Ms. Access 2007 64bits to SQL Server 2008 64bits, But it has no the possible solution. So now I want to create the Window Service
to check whether ...
1
vote
2answers
409 views
C# Threading in Window service creating issue
I have issue with email sending window service. The service starts after every three minutes delay and get messages that are to send from the db, and start sending it. Here is how the code looks like:
...
1
vote
1answer
79 views
work the service based upon datetime parameteric caluclations by using c# window service
Here I below pasted code I'm using in current window service solution, this will run job every day 10 AM regularly, I will pass the parameters using App.configuaration file
APP.CONFIG
<add key ...
0
votes
1answer
153 views
Unable to start .jar file as a window service
I've jar file while contains a very simple program of displaying "Hello" message in the console. I want to run this jar file as a windows service.This service gets started without any hiccup(I'm Using ...
0
votes
1answer
82 views
I want to create service which run after every hour as well it can be control by user interface to run on demand also [closed]
I want to make window service which run after every hour as well as it can be run on demand by user itself. Also user can change time interval to run service.Please help me to solve this.
0
votes
1answer
484 views
Window Service to send autogenerated mail on the basis of a field in the dataBase
I need to create a window service that will check a Date field in the database and on the basis of that date it will send an auto generated mail.
I am new in the field of Window service.
So ...
1
vote
0answers
181 views
How to avoid abnormal stop of windows service? [closed]
I am using a third party component in window service. The CLR tries to recover the memory allocated to object of this component and some time it gives error but this error is not caught in try catch ...
0
votes
2answers
36 views
Countinuous Running Business Process
I want a single thread of business process to run countinuously in .net. For which can I am thinking of making a window service that will run countinuously.
If this service fails i want web based ...
0
votes
1answer
469 views
Applicaion icon show with taskbar [duplicate]
Possible Duplicate:
remove application icon from the taskbar using .net with c#
I am adding window application form icon to taskbar using this code
ResourceManager resManager = new ...
0
votes
1answer
249 views
Create perfect multithreaded model for different sort of tasks for window service
I am writing a window service. I have some set of task to be executed once a day. Some set of task should executed after ever time interval say 5min. And last some set of task should be executed ...
1
vote
1answer
1k views
error while installing window service System.Security.SecurityException
I created a window service and to install it I created its deployment project and installed that. After installing I stared it. It successfully started.
Next day I made some modification, and rebuild ...
0
votes
6answers
597 views
Scheduling in Asp.net.What is best solution?
I want to Scheduling in Asp.net
I have following options to implement this
To write SQLServer JOB(I dont want to do this.Dont want to go outside of .Net environment)
Second option is I will write ...
1
vote
1answer
1k views
Install windows service using command promt
I am installing a windows service using visual studio command prompt using the following command
installutil D:\Folder1\Projectname\bin\Debug\Service1.exe
But I get the following exception
...
0
votes
2answers
179 views
use of RIA Service project's DLL in Window service
I have one project which has RIAService with entity framework that is referenced to my Silvelright project. so when i build project that build RIA Service project's DLL and put that in Bin/Debug ...
0
votes
1answer
172 views
Folder Watch for files as windows service?
I have created a watcher console application application to watch specific folder if any file is created there it will copy the file to other directory and delete the file over there. The application ...
0
votes
1answer
259 views
Folder access issue in window7 with out administrator rights
I want to access folder where i can read write and delete files in C drive through my application and application is developed in asp.net using c# which is window service.
I found ...
0
votes
1answer
248 views
c# WCF SSPI failed during connecting to Windows Service
I want to mention that i am new t wcf.
I encountered problem during connecting to WCF service.
WCF service was created with netTcpBinding and installed on the server machine as Window Service which ...
0
votes
3answers
189 views
dotNET : remote connection on SAME machine — is it possible?
I am having a C# based winforms or ASP.NET application deployed on my laptop which has to remotely connect to a windows service. The protocol mentioned in config file is TCP-IP as follows:
...
0
votes
3answers
2k views
Windows Service “Starting”
I have a critical windows service that I need for my web application.
Unfortunately, the windows service does not start properly, but remains in a status of "Starting" for about 7 minutes and 38 ...
1
vote
0answers
206 views
Windows Service - Presentation or Service Layer
I have an application which is windows service. The purpose of service is to read incoming message to MSMQ (from external system) and do some operations based on message type.
We follow solution ...
0
votes
2answers
4k views
An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll while trying to execute stored procedure from c# code
Here is a part of my C# windows service code......
int status = 0;
using (MySqlConnection myconnection = new MySqlConnection(connectionCdrBank))
{
try
...
-1
votes
1answer
488 views
What caching options do I have in a windows service hosting WCF?
I have a windows service that is hosting WCF services.
What caching options do I have inside of a windows service?
0
votes
1answer
45 views
Changing hosting mechanism for scheduler
I have one scheduler which is running on Windows Service. For each new event it creates new thread. Each thread then load DLL using AddIn Framework and execute the task.
It is working fine but now ...
-4
votes
1answer
195 views
how to modify this single thread into multithreading in c# .net
hi here am using single threading in c#.net, let me explain you how it is working now if suppose job A is running in a long process until unless it job A was completed it will not go for job B, but ...
0
votes
1answer
547 views
Object reference not set to an instance of an object exception when Kinect device is attached or removed
I am developing a window service application which detectes the kinect devices attached with system and renders the data. I am using Microsfot's SDK for kinect. As far as device is already attached ...
1
vote
1answer
599 views
WCF service in Windows service on Amazon EC2
I'm fairly new to EC2, hopefully someone can point me into the correct direction. I have a WCF Service hosted in Windows Service and would like to run this on EC2. I set up an EC2 account with ...
0
votes
1answer
27 views
i have multiple Content Servers and i want to check the Size of Drives Regularly using c#
i have Multiple Content Servers on different machines
i need to check the status of every server like disk size,priority etc
one solution i have till now is Install a Window Service on each ...
0
votes
1answer
1k views
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 ...
0
votes
2answers
59 views
Building a Windows Service in VS.NET 2008
I am new Windows Service in VS.Net 2008.
I need to Build a Windows Service Application.When I right click the Solution in Solution Explorer,an UI opens named Solution 'MySyncService'.Here I can see ...
1
vote
1answer
547 views
Add basic authentication to WCF Service hosted in a Windows service
How can I add basic authentication to a WCF service hosted in a Windows service?
I added a security tag to my binding, but I don't get an authentication window when I call the service url in the ...
2
votes
1answer
458 views
Data synchronization between two databases
I need to synchronize between two data sources:
I have a web service running on then net. It continuously gathers data from the net and stores it on the database. It also provides the data to the ...
0
votes
1answer
251 views
Can I manage downloaded files with a windows service? Is WMI what I need?
I am trying to create a Windows Service which I can use to manage downloads from the internet. Is this possible or not? If this is possible,
should I use WMI for this purpose?
Are there better ...
1
vote
1answer
159 views
.NET - Child Processes and Configuration Files
I'm designing a windows service which is capable of starting up an arbitrary number of processes, each of which handle data processing on a different set of databases; sandboxes mirroring our live ...
0
votes
1answer
543 views
How to disable task-manager while running exe from a window service [closed]
I have a window application in C, in the application I have edited the registry to disable/enable task manager, change password, etc. which works well in running the project and I have made an exe of ...
3
votes
3answers
6k views
System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security
I am trying to create a Windows Service, but when I try and install it, it rolls back giving me this error:
System.Security.SecurityException: The
source was not found, but some or all
event ...
0
votes
1answer
491 views
Python Script works when run from command line but not when run from windows service
I have created a windwos service utilising the following code:
import win32service
import win32serviceutil
import win32api
import win32con
import win32event
import win32evtlogutil
import os, sys, ...
