I'm using a FSW to detect when a text file is written to so that i can read the additions to the file. The changes are occurring as fast as 10 per second. However the changed event is only being called ~25% of the time thus missing a significant number of events. The event handing code is very short and I have tried doubling the size of the event buffer with no improvement. Any ideas on what might be happening to cause this? Thanks, TFisher