T
tommy
hello,
i build a application whos watching a directory. if something changed
on this directory, a event will raise(check the files and delete
some...)
i build that appliaction, one time with "filesystemwatcher" and one
time with "Timer" -- both are working correctly....
but if i change this application, to build a windowsservice - no more
event will be raise.... and i dont know, where the failure is.....
i tryd to build a webservice, how display a messagebox all 10
seconds-.. but it dont work(timer is enabled!!)
i register that windows-service correctly .. and i can start it
without problems on my windows-services......
so, who knows, where the failure is--- or who have any idea to fix
that problem
i used framework 1.0 and visual studio.net
please help me!
any suggestions?
best regards
tommy
i build a application whos watching a directory. if something changed
on this directory, a event will raise(check the files and delete
some...)
i build that appliaction, one time with "filesystemwatcher" and one
time with "Timer" -- both are working correctly....
but if i change this application, to build a windowsservice - no more
event will be raise.... and i dont know, where the failure is.....
i tryd to build a webservice, how display a messagebox all 10
seconds-.. but it dont work(timer is enabled!!)
i register that windows-service correctly .. and i can start it
without problems on my windows-services......
so, who knows, where the failure is--- or who have any idea to fix
that problem
i used framework 1.0 and visual studio.net
please help me!
any suggestions?
best regards
tommy