Hi,
I have developed a Windows service to poll the directiory when the new file is created in the particular directory. I have deployed the windows service and tested. The create event of the "FileSystemWatcher" is not triggered for the very first file which i was created in the specified directory. But from the next file the create event is triggered . So plese help me out to fix this problem.
Thanks