file system watcher prevents PC shutdown

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

hi,
i have an application that has a filesystemwatcher if this app is
running...and the user attempts to shut the pc down (or log off) nothing
happens....

if the program is stopped the user can log off just fine...

does anyone have any ideas on how to get around this problem?

thanks in advance

J
 
What does the app do? Just having a filesystemwatcher running won't stop a
machine from shutting down...(one would hope!)

Jeff
 
thanks for the reply....

its just watching a mapped network drive for new files that are uploaded via
ftp if a new file appears it alerts the user that a new file is
uploaded....thats all it does

to test this out just create a file system watcher and a list box and add
the changed or created file name to the listbox...

then run the EXE (not in the IDE) then try to reboot

i can post my source code if needed...but its just a basic file system
watcher setup

i have had this problem with other applications in vs2002, 2003 and now 2005


J
 
Back
Top