tags:

views:

54

answers:

0

Hi,

I wrote 2 applications:
First one opens a text file, writes a sentence in it each few seconds (while keep it open) and flushes it (I've used StreamWriter class).
Second one uses FileSystemWatcher to watch the file which other application is writing into.

Obviously, the change event must be called each time the first application write something into the watched file. This happens perfectly in winodws XP, but the strange situation is that no event raised in Windows 7!

I'm using the same version of .Net framework and Visual Studio in both windowses.

any help?