Tagged Questions

0
votes
1answer
17 views

Proper way to delay an application while a service is starting?

My system has a service (Serv.exe) which starts as LocalSystem and should be running at all times, additionally on startup of the PC (auto logon) the user has a STARTUP application …
0
votes
3answers
31 views

C# multiple instances of the web service proxy classes or should I be passing them as a ref?

For each class I create a new instance of the web service proxy. Main Form: services services = new services(); services.doStuff(); New Form/Window from the Main Form: service …
0
votes
2answers
14 views

RIA .NET service installation error

I am trying to install Microsoft .NET RIA services Preview (RiaServices.msi) on a machine running Windows 7 RC + Visual Studio 2008 SP1, and get the following error: "2908. Error w …
0
votes
1answer
36 views

Vista services: Can show form on invisible desktop?

I am attempting to show a form from a service on Vista (using .NET winforms) Obviously the form would not show to the console user, as services are isolated in session 0. However …
0
votes
2answers
31 views

HTTP Request problem in Windows Service

Hi guys We've written a Windows Service that needs to send an HTTP request in order to post some xml data to another server. When we test the code via a console application, it wo …
1
vote
1answer
61 views

How configure log4net for a c# Windows service

I have a windows service where the app.config file and the log4net.config files are seperate. The logging is not working. In my app.config file, I have the following in the secti …
0
votes
3answers
44 views

Simple method for accepting command-line input for a standard Windows service written in C#?

Hey stackoverflow, I have written a pretty simple Windows service in C# that starts up automatically and runs A-okay. I was wondering the best method to have the service accept co …
1
vote
3answers
139 views

Stop/Start service in code in Windows 7

I am trying to write a app and service which monitor a given set of services and a) makes sure they are running and b) based on certain criteria, restart them as needed. I keep ru …
1
vote
3answers
70 views

Deleting files on a remote machine

Is it possible to connect to a remote machine and delete files from it? If not, are there any other approaches that can achieve this task? Quick and dirty suggestions as well as 'p …
2
votes
1answer
37 views

Best practice for writing a self-updating windows service

We need to create a windows service that has the ability to self update. Three options spring to mind, a second service that manages the retrieval, uninstallation and installat …
0
votes
1answer
13 views

how do you diagram relations between several services?

not necessary an UML diagram, just a simple way to graphically document the relations between several systems... the systems can be linked through web services, linked-servers, te …
5
votes
5answers
137 views

How do you secure and meter the web services you share with your business partners?

I'm looking for ideas on how to restrict access to and log calls for an API we're delivering for business partners to interface with our Customer Care application. Should we create …
1
vote
1answer
37 views

Implementing .Net RIA Services with Silverlight3 using only existing code/classes?

As my latest questions have stated, i am in a process of researching on Silverlight 3 and its application as a suitable RIA solution to a pre-built project a client of ours wishes …
3
votes
3answers
61 views

What does Crosscutting Requirements/Concerns mean in Programming?

These I come across this term a lot "crosscutting requirements/concerns" in programming world. Although I think I have an idea what it means still I do not have a clear idea. I he …
0
votes
1answer
20 views

Nested IIfs in reporting services

Hello, can anyone help please. I need to put an IIf within an IIf within an IIf. I have a parameter called 'Period' with 4 labels, '24 Hrs, 3 Days, 7 Days, Month'. I have anothe …

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