The text of this article is not in this database — only its details are. Read it on the old site: Application Scheduler Service Using VB.Net And XML
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Application Scheduler Service Using VB.Net And XML
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
baonetPosted Feb 17, 2011, 5:41 PM
Hi -- I'm a newbie to this website so still learning to navigate. I submitted the below asking for help. Didn't know where it went. Sorry if it's a duplication. Although few years back on this topic but it becomes a need for me. Compiled your program successfully. Followed your instruction. All went good up to where started the service. The problem is: "Could not start the AppScheduler service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion". I'm a beginner. Have not had the personal experience to code using either thread or service. Only I read the white paper and tried some code snippets. Please help. I'm using VB.Net of VS Studio 2008 .Net Framework 3.5 SP1. Thanks!!!
Lalit PatileditedPosted May 17, 2007, 2:59 AMEdited May 17, 2007, 3:05 AM
Hi Friend, Thanks for such helpful and nice artical. Acc.to this artical.I have created one sample window service which will automatically start the exe (e.g notepad.exe). but my problem is that exe (e.g notpad.exe) is starts but no application is launches.even i can see the running exe in task manager. how to slove this problem?. waiting for reply, thanks in advanced.
Lalit PatilPosted May 17, 2007, 2:59 AM
Hi Friend, Thanks for such helpful and nice artical. Acc.to this artical.I have created one sample window service which will automatically start the exe (e.g notepad.exe). but my problem is that exe (e.g notpad.exe) is starts but no application is launches.even i can see the running exe in task manager. how to slove this problem?. waiting for reply, thanks in advanced. Regards, Lalit Vasant Patil. Software Engineer (Nashik-Maharashtra)
Chandru ElangoPosted Mar 1, 2007, 5:08 AM
On executing the same, i got the below error log; No public installers with the RunInstallerAttribute.Yes attribute could be found in the \appscheduler\bin\appscheduler.exe assembly. Committing assembly '\appscheduler\bin\appscheduler.exe'. Affected parameters are: assemblypath = \appscheduler\bin\appscheduler.exe logfile = \appscheduler\bin\appscheduler.InstallLog No public installers with the RunInstallerAttribute.Yes attribute could be found in the \appscheduler\bin\appscheduler.exe assembly. Remove InstallState file because there are no installers. Thanks in Advance, Chandru
MiguelPosted Feb 15, 2007, 11:55 AM
Hi i'm trying this example butte i always get errors after open vb.net file, cold you pls tell me how do build this project, I’m very interesting on this. Butte if this works like you say i have to make some changes on the code to do what i need. I only develop in vb not in C# if you cold help i appreciate. Tks Mpires
Ray LindereditedPosted Jan 6, 2007, 1:03 PMEdited Jan 6, 2007, 1:12 PM
I'm glad to see that I'm not the only one in the world with creative ideas. I had built a very simular application like this for an online community for Microsoft Flight Simulator. It involved a timer (for hourly stats updates), storing XML/Web Service data into an SQL database, calculating flight plans and credits (AirCredits) earned per flight all using windows services in C#. I found that a LOT of developers are using "desktop style" apps/consoles and then using Windows Task Scheduler to perform a schedule. A pretty long way for just for scheduling. Well, keep up the good work...