|
|
|
c# simple windows service Help with Windows Service that generates report once a month
|
|
|
I have to create a windows service that will generate some reports on the 12th day at a certain time every month. I'm having a difficult time figuring out how to do this correctly. In the _onstart_ method I need to get a timestamp, but from there I'm not sure what to do. can anyone offer any suggestions? Using Visual studio 2005, C#, .NET 2.0
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
c# simple windows service Help with Windows Service that generates report once a month
|
|
|
I have to create a windows service that will generate some reports on the 12th day at a certain time every month. I'm having a difficult time figuring out how to do this correctly. In the _onstart_ method I need to get a timestamp, but from there I'm not sure what to do. can anyone offer any suggestions? Using Visual studio 2005, C#, .NET 2.0
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
c# simple windows service Help with Windows Service that generates report once a month
|
|
|
the 12th day at a certain time every month. I'm having a difficult time figuring out how to do this correctly. In the _onstart_ method I need to get a timestamp, but from there I'm not sure what to do. can anyone offer any suggestions? Using Visual studio 2005, C#, .NET 2.0
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
c# simple windows service Help with Windows Service that generates report once a month
|
|
|
calculations. Not the most efficient way, but it would work. You should be done with that program in an hour at the most. ...Glenn On Apr 28, 10:21 am, rhaazy <
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
wrote: I have to create a windows service that will generate some reports on the 12th day at a certain time every month. I'm having a difficult time figuring out how to do this correctly. In the _onstart_ method I need to get a timestamp, but from there I'm not sure what to do. can anyone offer any suggestions? Using Visual studio 2005, C#, .NET 2.0- Hide quoted text - - Show quoted text -
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
c# simple windows service Help with Windows Service that generates report once a month
|
|
|
in theory, will always be running. The service could be timer _base_d, I'm assuming this is the method to take and I already have a timer created. My problem is I'm not sure how to approach ensuring that a certain event fires on a certain day of the month every month. I have a line at the beginning of _onstart_ that gets System.DateTime.Now(); but I'm hesitant about what approach to take next.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
c# simple windows service Help with Windows Service that generates report once a month
|
|
|
The service will be installed and upon system restart it will run and in theory, will always be running. The service could be timer _base_d, I'm assuming this is the method to take and I already have a timer created. My problem is I'm not sure how to approach ensuring that a certain event fires on a certain day of the month every month. I have a line at the beginning of _onstart_ that gets System.DateTime.Now(); but I'm hesitant about what approach to take next.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|