blah blah blah is here! blah blah » Close

0
votes
0 answers

How to Update a TextBox (in WPF) From a WCF Service?

I understand that to update a control from a non-GUI thread, I need to do some kind of thread-marshal that data from a worker thread to the UI thread, so as to avoid any deadlock. But I am not sure in detail how to do it. I am able to sh ...

0
votes
0 answers

Global Hotkey

AK01
15

Hi! I know for that it's impossible to catch the GH in console applications. But is it possible with services? I.e. I'll make a windows service which will respond each time I press certain combination.

0
votes
1 answers

Start and stop service, impersonation?

Hi, I have problem with service starting/stopping service. It throws exception with message {"Cannot open wampapache service on computer '.'."} I understand it has something to do with access rights, as inner exception is: ...

1
votes
1 answers

Encoding troubles

I am writing an Outlook VSTO project which is extracting the html body of an html format email, sending it as a string via a web service to my web server with the idea that I can ultimately use the mark up to give an exact representation of ...

1
votes
2 answers

Communicating with the same webservice on different machines

I have a situation where I need to communicate with the same webservice on different machines (aka "Live system" a "Test system" a "DR system") The URL and functionality of the webservice is the same on each ma ...

1
votes
0 answers

WCF library hosted by a Windows Service

My program consists of a Windows Forms app, a WCF Library and a Windows Service. The Windows Service is hosting the WCF Library. In Debug mode everything seems to be fine. The WCF Library is working (reading from the communication ports and ...

0
votes
1 answers

Sharing Web Service for multiple projects

Hello, is there a way to share the web service instead of having to add a new service reference in each project? For example, if i change the address, i have to change it in each project. If i share it for all projects, i only have to ch ...

0
votes
1 answers

Running a Windows Service in Windows Vista

Hello Everyone, I just wrote one small windows service application. In the start method i am trying to run an exe. It is working well in Windows XP and Windows 2003 Server. But it is not working in Windows Vista. Following is the code wh ...

1
votes
6 answers

Why is my Windows Service dying?

foamy
2499

Hi all, I have an issue with a Windows Service I wrote. This issue only comes up on one particular client's server and roughly once a day. The service is installed on about 40 servers, but this is the only place it happens :-S The iss ...

0
votes
1 answers

Windows Service Issue

I've been tinkering with this windows service for the last few days, and I haven't gotten anywhere. I got the service created, with the installer, and successfully installed it on the server. It starts and does nothing. I added a stre ...

1
votes
0 answers

Creating a service with C#

I have created a service app in C# that uses SQL lookup. It will not start. If I take out the SQL code it starts and runs fine. What am I missing?

Feedback