Tagged Questions
0
votes
0answers
16 views
Windows service installation - complex displayname not present on services list
These are 4 calls of the same method different only by parameters:
SynchronizationServiceController.InstallAndStart("test", "test", path);
SynchronizationServiceController.InstallAndStart("test1", ...
0
votes
0answers
8 views
Autostarting application in IIS 7.0
My server is Windows 2008 Standard so it's IIS 7.0 and I don't have preload support offered by Windows Server 2008 R2. I'd like to host some background service and for many reasons do not want to go ...
-1
votes
1answer
25 views
Printing from Windows Service / C# .NET
I saw in an earlier post/question that DevExpress' XtraReports was used successfully to do this. Can anyone elaborate on this solution? What I really want to do is just print received TIFF images ...
0
votes
0answers
10 views
How should I design a Windows Service to listen out for email in multiple accounts
I'm looking for some advice/best practise about a windows service solution that i want to handle emails sent to an inbox.
My initial idea was start a new thread and to simply check for new messages ...
0
votes
0answers
7 views
how to sync window service between cluster nodes?
We have got two cluster nodes sharing the same disk. Now we want to add a new Windows Service. However, currently we can only deploy the new Windows Service on the active node. How can we make sure ...
0
votes
2answers
29 views
Create shortcut to restart a service on another machine
We have a server that is on the same LAN as my work computer. I know you can use "net stop" and "net start" in a batch file to restart a service on the local machine, but is it possible to do that ...
0
votes
0answers
16 views
Endpoint not found for Windows Service with WCF Endpoint
I am trying to follow the tutorial "How to: Host a WCF Service in a Managed Windows Service" (http://msdn.microsoft.com/en-us/library/ms733069.aspx) which is supposed to help create a windows service ...
0
votes
0answers
23 views
Autoscaling for azure cloud service not working
As the new autoscaling funtionality became available in windows azure a few weeks ago i enabled this on my service and evrything was great.
Then i deleted the deployment and deployd it again. And now ...
0
votes
0answers
6 views
Create a windows service with hMailServer COM references
I'm trying to create a Windows Service in VS2008 with hMailServer COM references. I install this Service. And then I open Services.msc but the Service doesn't display on list. I don't know why?
...
1
vote
1answer
44 views
Modify the url of my cloud service
How to change the url of windows azure application which is in cloud?
modify the url from xxx.cloudapp.net to yyy.cloudapp.net
thanks for your helps
0
votes
0answers
28 views
User Interactive Service in Windows 7
We have developed a network based C++ application that should run as a service for Windows XP, 7 32-bit system.
The application is console based.
User should be able to see the logs in console once ...
0
votes
2answers
22 views
Show messages in console from windows service
When i double click on my server exe it runs as a console application and i can see the logs in console.
I have made a windows service using the code given at ...
0
votes
0answers
26 views
Multiple Connection Download on OS Level
I would like to ask something that came to my mind. Please correct me if I miss understood something here.
Problem:
Download accelerators have high download speed due to that they split a file into ...
0
votes
1answer
26 views
How to restrict user from changing the win service startup type
I need to restrict user from changing the startup type of service.
e.g. Following two windows services do not allow user to change their startup type;
1. "Group Policy Client" and
2. "Plug and ...
0
votes
0answers
34 views
Signalr, web service via windows service
Hello we are using a windows service to talk to web service which in turn calls HUB to push messages to connected client.
I'm not getting any message pushed back to the client. However when I push ...