Tagged Questions

0
votes
1answer
34 views

Console App Service or ATL Service

I need to create a service. I know that you can do it with just a console application but it can also be done with ATL.. What are the benefits of the ATL Service vs a simple consol …
0
votes
3answers
69 views

Turning display off from Windows Service

I have written a Windows service which should turn the display OFF when certain conditions occur. The code I am using is : private const int MONITOR_OFF = 2; SendMessage(GetDeskto …
0
votes
0answers
18 views

DDD - Returning entity in response to a service operation

I am new to domain driven development & have a simple question. If a service needs to generate some entity as a response to an operation then how should it be done? One of the …
2
votes
3answers
54 views

Installing a Windows Service as a user

Hello, I'm currently in the process of creating a Windows service application which will monitor changes to certain keys made in the HKEY_USERS registry. The way I do this is by c …
0
votes
1answer
29 views

Can only connect to SQL Sever 2008 Express remotely afer server restart

I am running SQL Server 2008 Express and can connect to it fine using port forwarding through my router, AND when I am on the same subnet. However when I am on a different subnet …
0
votes
2answers
105 views

Android: Can I take a screen capture from an app?

I was wondering if there is a way to take a screenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)
3
votes
2answers
48 views

Building an installer that can install the same package multiple times (to different folders) with multiple configurations

Hi, We have a bit of an odd setup, which comes from the fact we provide hosted installations of our software to our clients, and each client may be on a different version of our s …
1
vote
1answer
21 views

What is Distributed Lock Server

What is Distributed Lock Service (or Server)? When it needs to be used?
0
votes
3answers
59 views

Start a program in an active user session from a service?

How can I start a program in an active user session from a running .NET background process. Basically I have a .NET application running as a service and I want that application to …
1
vote
3answers
57 views

new ServiceHost for every WCF service ?

First,Im running a windows service that should contain a lot of funcionality.There will be a business layer and the results comming from this business layer will be sent over WCF t …
1
vote
2answers
16 views

Get listing of web services referenced in WCF application?

Hi, Could anyone out there give some pointers on how to go about getting a listing of all the web service references used by a WCF application - the pseudo code I'm envisioning mi …
1
vote
5answers
64 views

PDF conversion service

I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader. I have used a piece …
0
votes
2answers
49 views

.net windows service as a state server

Hi there, i'd like to create a windows service that would be accessible via WCF from a web application. The workflow would be: Windows Service starts and would hold a default va …
0
votes
2answers
44 views

SQL Server login problem for a windows service on reboot

Hi, I have a service that has a dependency on SQL server express (2005). Every morning when I reboot my machine, I see that the service has not started. In the event viewer, I see …
0
votes
1answer
24 views

Problem in Debugging and installing Window NT Service created in VC++

Hi, I have a legacy service which was developed in VC++ 6.0 and right now maintained using Visual Studio 2008. It handles database operations and provides records to its JAVA clie …

1 2 3 4 5 30 next
15 30 50 per page