A Service is a long-running executable that performs specific functions and which is designed not to require user intervention.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

Getting Windows Service To Read Registry HKLM

I've been having a heck of a time trying to get this to work. I wrote both a service and a form application in VB.NET, both of which need to access a registry key to locate a computer that has my ...
0
votes
0answers
4 views

windows media services customize clip start and end time

I am using preset for generating clip from the original video. Below is the XML preset used <?xml version="1.0" encoding="utf-16"?> <!--Created with Expression Encoder ...
0
votes
0answers
8 views

Non-responding service for Service Handling Testing

I'm trying to write a more robust Stop-Service cmdlet (PSv3). Basically by having a function that calls Stop-Service then tests the service status to see that the service is really stopped and ...
-5
votes
0answers
26 views

How to always run a service in the background in android

I am writing an Android app but I don't know how to always run a service in background. Thank you for your help
0
votes
0answers
20 views

Can I use a service to handle touch events?

(I have solved, Don’t Go There) I'm a new android developer. I want to use a service to handle touch events, here is code, only doTouch() work, I mean show "touched" only.If I want to show ...
0
votes
0answers
7 views

Google Play Services: Ads loading issue

Description:- I am integrating my App with "Google Play Service" SDK as per latest guidelines from Google. earlier it was integrated with standalone admob SDK. ISSUE:- Banner ads and Full ads are ...
1
vote
1answer
12 views

Make real async requests for jasmine integration testing

I've got an angular app going with some jasmine testing. I recently added a new method to make a query to elastic search within one of my services, it looks like this. test: function(){ ...
0
votes
0answers
18 views

C# Services “An error occurred while receiving the HTTP response”

I am developing a service which connects in an Orace database and returns some data (a custom Cass "CT" - List<"CT">. The client of the service has two functionallities. One is to count the rows ...
0
votes
1answer
20 views

Create a background service in android remotely

I want to create a service whose function will not be known forehand. When the app is started, the function (which is decided at run time) to be performed is sent from the server to the mobile. For ...
0
votes
0answers
9 views

query insert to RDS service extremely slow

I've test: 1/ two EC2 insert data to RDS 2/ two EC2 insert data to another EC2 (using phpmyadmin and mysql to store data) but i don't know why when i insert 10000 records in the first method take me ...
0
votes
1answer
19 views

AngularJS $scope.foo is set with service, but later on in the same controller undefined

I have a service which calls API and gets json response. I inject this service into my controller and try to set $scope.tank variable with this received data. When I try to use this variable later on ...
-1
votes
1answer
27 views

Visual Studio C#: The service did not respond to the start or control request in a timely fashion

I have created a service which performs many checks against one database and updates another with the results of the checks. However, I get the subject error every time I try to start the service. I ...
0
votes
0answers
4 views

How to create a service running a .exe file on Windows 2012 Server?

I have created .exe in .net and want to use as a service, run all time on my local machine. I am using windows server 2012. how to setup a service on my local computer. **You can use windows shell ...
0
votes
1answer
23 views

Android sticky service is beeing killed loosing all information

I have service which is basically timer. It receives object with location data, start time, user id etc, and every seconds it increments stop value. I'd like to have this service running non-stop ...
1
vote
1answer
16 views

stop and start a service with html and javascript

I have an application I support that often needs to have one of it's job services stopped then restarted in order for the end users to continue processing within the application. The vendor of the ...
0
votes
0answers
16 views

Service Client does not map inherited members

The Service: [DataContract] public abstract class Request { public abstract void CopyFrom(Request request); } [DataContract] public class RealRequest : Request { public void CopyFrom(Request ...
-2
votes
3answers
41 views

Multithread in Windows Service

I have a Windows Service executes two functions (function 1 and function2), however function2 take 5 minutes to be executed (audit users in DB). When I start the service, a timeout message is shown: ...
-2
votes
2answers
17 views

The Type or namespace 'ServiceController' could not be found

I have created a window service and i am using it in my classes. I just want to check if service is running or not . For that i have just added reference to System.ServiceProcess.dll in my project ...
0
votes
1answer
7 views

SAML 2.0 Multiple md:NameIDFormat tag in service provider metadata

I was looking at some SAML 2.0 service provider metadata examples and came across a metadata file that had multiple NameIDFormat tags. Now most other examples I saw had just one so does this snippet ...
1
vote
0answers
31 views

Android: Correct way to use a Service in a multi-Activity application

I know, that there are tons of questions regarding leaking Android services and how to "maintain" a service in an app, but it's a bit like seeing two doctors with one problem: you get three different ...
0
votes
0answers
7 views

How do I fix the error:1069 - The service did not start due to logon failure?

I have written my own windows service which interacts with a SQL database and updates it. The service was running fine and seems to be functioning correctly, however of late it seems to go down at ...
0
votes
0answers
18 views

manualresetevent.waitone is hanging

I have a windows service with a timer. About 3 times a day the timer uploads files to different ftp servers. I set the timer, upload the files, then set the next time. This worked fine for a while, ...
0
votes
0answers
11 views

how to create android service (equalizer) to seek to bar code that I have?

I need to transform the code below, which is an equalizer, and a service for android that when I close it the effect of it remains, is how to do this? The reason for this is so that when I go back ...
0
votes
0answers
19 views

integrate web service with Android [duplicate]

I have the error above when i try connect mey web service. The code is ok, i don't know what is the problem. Can someone help? -02 00:32:18.481 756-756/com.easymoney.appeasymoney ...
0
votes
1answer
22 views

What happens to the Services when the application that started them gets uninstalled?

I am new to android dev. Recently I have come across the following question and couldn't find the answer. My question is if it is possible for a service to continue running even after the application ...
0
votes
2answers
12 views

Check for error on process stop

I want to restart a service, and if I get error level 5 I want to reboot the machine. but when I try it just exits the script. NET STOP TeamViewer9 && NET START TeamViewer9 IF ...
0
votes
1answer
23 views

Angular broadcast not working with independent service

I'm currently trying to use the $rootScope.$broadcast methods to trigger events in my angularjs services. For that purpose I've created one service responsible to trigger the events and I setup a ...
-1
votes
0answers
11 views

Create WCF services for media centric mobile application [on hold]

I have a requirement to create WCF services, to send images,video, live updates,latest news notifications which will have images or video. These services will be consumed in multiple platform of ...
1
vote
0answers
23 views

Android: bindService() prevents me from accessing EditTexts?

I have this weird problem with Android (4.4), where I cannot access an EditText field's content via getText().toString() if (and only if) i started a boundService before. I narrowed it down to the ...
1
vote
1answer
13 views

Service broker cpu use issue

I have created service broker but when I enable it my CPU usage is going near 100% and as soon as I remove my queue and service and disable service broker from SQL server my CPU usage is again go to ...
0
votes
1answer
20 views

How to delete all objects in Azure Managed Cache Service Except Session Objects

We are using Microsoft Azure Cache service for our cloud service which is having multiple web role and worker role instances. Managed cache is also used for storing user sessions. Everything is ...
1
vote
1answer
30 views

Xamarin ContentResolver/CursorLoader access in non-Activity

is it possible to access a Contentresolver when there is no activity (for example when i am trying to access it from a service)? I have tried stuff with "Android.App.Context" and ...
0
votes
0answers
17 views

In android studio, the BasicSamples project complains that “This app won't run unless you update Google Play services.”

I have looked everywhere for answers, and I have narrowed it down to the following code: dependencies { compile project(':libraries:BaseGameUtils') compile ...
0
votes
0answers
8 views

add 10 report viewer into same form page

I like display de same report 10 times. I like viewer all document the same form page. I have report viewer controller code in my project. But I like call report 10 veces
0
votes
0answers
10 views

BaaS vs REST API [on hold]

I'd read about BaaS as a backend infra for developing native mobile apps. I'm a bit confuse to understand the difference in servicing mobile apps either through BaaS or an Rest API. So, could someone ...
0
votes
1answer
14 views

Some casting issues from Father to Son that I can't get to figure out:

I have the following abstract class: public abstract class AbstractService extends Service { @Override public IBinder onBind(Intent intent) { return null; } } This class is extended by two ...
0
votes
1answer
19 views

Linux service for phone app

I would like to create a Linux service for a phone app which not only calls remotely commands from command lines but also includes some additional code. Preferable using Java as programming language. ...
0
votes
2answers
30 views

Retain socket connection in activity android

I'm trying to create a service which controls the socket connection between client and server, to retain socket connection between activities of the client. This client's process is when user clicks ...
0
votes
0answers
29 views

PHP Symfony2 - Using services outside the controller in sub classes

In my application, I do not implemented everything inside the controller. The controller calls methods on another class, which calls another class, but THAT class wishes to use a service like ...
0
votes
0answers
15 views

Interaction between services

I'm newer in service architectures at all. My question is how should I develop interface for API Gateway that represents my application in the Internet? I mean if you have a service in application ...
0
votes
0answers
11 views

Android: Queuing tasks that require callbacks from multiple calls to a Service?

I'm implementing a NotificationListenerService and need to perform tasks when notifications are received. Only one task can be performed at once and I need to wait for a callback before moving on to ...
0
votes
0answers
9 views

javax.xml.ws.soap.SOAPFaultException: Marshalling Error: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted

I am getting the error below while trying to create a soap header using the apache cxf client. Client config is below: <bean id="wssjOutInterceptor" ...
0
votes
1answer
20 views

Can't use own class in Service class

I have FileWriteReadHelper class. And want to use it in MyService service. I tried FileWriteReadHelper writer = FileWriteReadHelper(); But FileWriteReadHelper is underlined with message : The ...
1
vote
2answers
33 views

Start service successfully but wait for internet connection

I'm fairly new to c# and am in the process of writing a system service. One of the first things that the service needs to do is connect to the internet and download a new settings file. However, as ...
0
votes
0answers
12 views

android: check foreground activities doesn't work

i have code like this on class Service: private static boolean foregroud; try { foregroud = new ForegroundCheckTask().execute(context).get(); } catch (InterruptedException e) { ...
0
votes
2answers
28 views

Repeat Service Task

I want to create a service, that downloads a textfile [in background] every few minutes. -BootStartUpReciver.Java public class BootStartUpReciver extends BroadcastReceiver { @Override public ...
1
vote
2answers
34 views

Windows service not working

I have prepared an application with WCF service library and Windows service. I have done the whole process with the help of the this link from the Code Project. After creating all the functionality ...
0
votes
0answers
4 views

How can I force my basic console service to use SOAP 1.1?

I've configured a really basic web service to test connectivity with a 3rd party. They have just told me that they only support SOAP 1.1, not SOAP 1.2, and apparently my service is SOAP 1.2. I ...
0
votes
2answers
30 views

Depedendency Injection on base Controller / Service

i'm very new in Symfony. I began my first project in symfony 2.3 LTS. At this time i have created many controllers in different bundles. My question relates to a correct procedure. I use in my ...
0
votes
2answers
33 views

Error “Could not find xxxx.Program specified for main method” creating Windows Service from MS example

I am following this guide to create a windows service > http://msdn.microsoft.com/en-us/library/zt39148a(v=vs.110).aspx However when I try and build it on the auto generated page called "Program.cs" ...