all groups > dotnet myservices > october 2004
timed operation in a service
Posted by uri NO[at]SPAM ebeat.co.il at 10/31/2004 7:06:59 AM
Hi,
i have an operation which i need to do every x minutes.
i thought about 2 options:
the first is to do a loop, in the loop do the operation and then sleep
for x minutes.
the second option is to create a timer with a callback function so
that the function will be called every x minutes.
... more >>
Accessing Netwrok Drive
Posted by Kashif Javed via .NET 247 at 10/31/2004 3:49:24 AM
Hi
I am working on Creating a Window service in VB .Net.
The service is supposed to read the files in a folder on a Network Drive but it does not do anything.
On the Other hand when the same service is used for a Folder on the Local Drive it works perfectly fine.
Any Suggestions will be apprecia... more >>
How to change the Startup Type of a Service with VB.NET?
Posted by DraguVaso at 10/21/2004 2:23:04 PM
Hi,
How do you change the Startup Type of a Windows Service with VB.NET?
When using the ServiceController you can Start and Stop a Service, but I
can't find anywhere how to change the Startup Type?
Thanks a lot in advance,
Pieter
... more >>
How to access remote registry from a windows service?
Posted by Sheri Sourbeck at 10/21/2004 10:04:13 AM
I have a Windows service written in VB.net that needs read-only access to a
remote registry. When the service attempts to access this registry I get
"Access to the registry key is denied". The service is running on a Win2K
system and the remote registry is on another Win2K system. The code ... more >>
Accessing Netwrok Drive
Posted by Kashif Javed via .NET 247 at 10/17/2004 3:04:45 AM
Hi
I am working on Creating a Window service in VB .Net.
The service is supposed to read the files in a folder on a Network Drive but it does not do anything.
On the Other hand when the same service is used for a Folder on the Local Drive it works perfectly fine.
Any Suggestions will be apprecia... more >>
Windows Service Auto Start Problem(Using VB.NET)
Posted by P Karthik via .NET 247 at 10/17/2004 3:03:27 AM
(Type your message here)
--------------------------------
From: P Karthik
Hai All!
I've created a Windows service using VB dot net and set the startup type to Automatic.
If i restart the computer, i couldn't see the service running. Now, I've to start the service manually.
What's the pro... more >>
NT Service
Posted by source at 10/16/2004 11:09:49 AM
When a NT service starts and gets some exception it shows a message box
saying "timed out" or something similar kind of message.
Can this message be customized or can a message box be shown saying the
service canot be started becaues of certain resons.
... more >>
Clients "aware" of one another
Posted by Curtis Justus at 10/7/2004 12:15:18 AM
Hi,
I am writing a client/server application where I want my clients to be able
to receive messages from other clients. Here is an example: each client
has a list of help desk calls open. If an action is taken against one of
those items on one client, it would send a message to the other cl... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Webservice - DateTime XML serialization wrong? (please help)
Posted by daniel.robert NO[at]SPAM gmail.com at 10/4/2004 8:08:25 AM
(repost since I posted in wrong group)
Hello,
I have a problem working with german stock data provided by a .NET
webservice. It seems that dates before 1996 are not serialized
correctly. The reason seems to be the daylight savings time rules.
German daylight saving time rules:
1996 - now... more >>
|