Hi !
I've written a console app that sends MS Reports to emails.. (the reason was that i could check it easily if it works) I want this to run daily at 6 am.
My idea was to write a service (so nooone will need to be logged in and the service will run). So I'd like to call the static Method directly in a WebService.
I've a solution with 1 project file that is my console application (with settings, many references.. etc). I'd like to add another project - Windows Service. My question is.. how to do that easily, so I wouldn't have to copy all classes etc to the Windows Service project?
Or am I totaly off the way? :)
Thank you!