R
rbonin
I have seveal vb.net Dll's I created that handle several maintinance
functions. I would like to have a single windows service that runs each
of the utilities at a scheduled time. right now I have it working, but
each time I want to change the schduled run time, or turn off one of
these task, I have to recompile the main application.
Is there a way I can create an instance of an object that is not
refrenced to the main project, or dynamicly refrence these Dlls?
functions. I would like to have a single windows service that runs each
of the utilities at a scheduled time. right now I have it working, but
each time I want to change the schduled run time, or turn off one of
these task, I have to recompile the main application.
Is there a way I can create an instance of an object that is not
refrenced to the main project, or dynamicly refrence these Dlls?