Hi all,
I am writing a window service to watch a folder.
When there is a new file created , I will take the information and write an xml file to another folder.
But when I run the window service, the following error is shown
EventType clr20r3, P1 directorywatcher.exe, P2 1.0.0.0, P3 472a843d, P4 mscorlib, P5 2.0.0.0, P6 461eee3d, P7 2c63, P8 2e, P9 system.notsupportedexception, P10 NIL.
Does it mean that I cannot write xml file in window service
If yes, may I know what is the best way
Please help.
Thanks