Console Application into a Windows Service

  • Thread starter Thread starter kimberly.walker
  • Start date Start date
K

kimberly.walker

I have a console application that checks the email of a user every
minute. I have tried using the window service so it can run
continously on the server. My question is how can I include this
console application into a windows service project to make this run on
the server. Can I change the console application and make it into a
dll and then include it in the window service project or is there
another way of doing this with out writing out the code in the windows
service.
 
OOP....

Yes you can make a DLL and do this.. what really bothering you,, this is
dead straight work know..

Nirosh.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top