Outlook Service don't run. but the code runs fine in a console app

E

Entvex

HI

I am working on an application that searches other peoples calendar and
saves the data for later use.

I wrote the application as a console application and it works just fine. but
now I have converted it into a windows service. it builds and installs fine
but it don't seem to run.

when I debug my service it never get to the tick event from the timer

any ideas :) ?

Greetings
 
S

SvenC

Hi Entvex,
I wrote the application as a console application and it works just fine.
but
now I have converted it into a windows service. it builds and installs
fine
but it don't seem to run.

when I debug my service it never get to the tick event from the timer

any ideas :) ?

Google "windows forms timer service" and find:
http://support.microsoft.com/kb/820639
 

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

Top