all groups > dotnet myservices > august 2004
.NET services creating folders in %WINDIR% dir...Why?
Posted by dm9991966 NO[at]SPAM yahoo.com at 8/30/2004 1:12:52 PM
Hello,
We have been running into an issue with .Net services on several of
our machines and I'm at a loss as to what is going on.
It seems that several of the services we get to host, both internally
written and vendor supplied, all want to create a directory in the
%WINDIR% for some reaso... more >>
.NET services creating folders in %WINDIR% dir...Why?
Posted by dm9991966 NO[at]SPAM yahoo.com at 8/30/2004 12:52:39 PM
Hello,
We have been running into an issue with .Net services on several of
our machines and I'm at a loss as to what is going on.
It seems that several of the services we get to host, both internally
written and vendor supplied, all want to create a directory in the
%WINDIR% for some reaso... more >>
RunInstallerAttribute error with framework 1.1
Posted by Alex Li at 8/30/2004 2:21:03 AM
I've got the error "No public installers with the RunInstallerAttribute.Yes
attribute could be found in the..."
when I'm trying to istall the sevice using InstallUtil.exe.
--
Alex Li... more >>
Window Service with multi Threading
Posted by SMG at 8/27/2004 6:39:29 PM
I m looking out for some examples on Windows Service and Threading Model.
Main Process Calls Thread1
Main Process checks whether Thread1 is busy then it creates second thread
second thread again do the processting....
This is because my main process should transfer the load to differen... more >>
Cannot get name of default printer from service
Posted by Sheri Sourbeck at 8/24/2004 10:55:40 AM
I am using the following code to retrieve the name of the default printer:
Imports system.drawing.printing
Dim PD As New PrintDocument
PrinterName = PD.PrinterSettings.PrinterName
The code works fine when in a Windows form, but when run within a service
the Printe... more >>
timer will not fire in windows service
Posted by Bobg at 8/20/2004 4:07:28 PM
I have a very simple windows service that has a timer set
to fire every 12000ms. The timer is enabled and in my
OnStart() I do a timer.Start(). I have a "tick" event
handler, but it never gets called. I can run this same
code as a windows app and it works fine. Any suggestions.
Thanks,
B... more >>
Starting and Stopping Services running in Remote machine
Posted by SenthilVel at 8/3/2004 4:43:16 PM
hi all
Is it possible to start and stop services which are running in remote
machine.
I do wanted to create a Windows/web application from which i can stop and
start services in machines which are in my network.
how to go about this ?
,,,,,
Senthil
... more >>
|