I have been asked to write a program that will be called from the windows scheduler every night. How would I test the module I am writing without setting up a windows task scheduler?
I might not understand the question completely, but you would just be writing a command line program, and in that case, you would just debug it like normal from within Visual Studio.
Howdy RiverGuy,
I gave you a star.
I should of added more detail to my question.
From within Visual Studio, I wanted to run the module without running it from the command line. I didn't see the option of picking the module from the Startup object of my project. I unclicked the Enable application framework and my module name showed up as an option to select for my Startup object. I selected it as an option and now when I run my project, the module is running successfully. I just have to figure out how to call it from the command line now (I am assuming just publish my project and from the command line run the .vb file.
Thanks again,
ksbigfoot
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.