Home > Net >  Win10 FileSystemWatcher don't trigger problem of the system
Win10 FileSystemWatcher don't trigger problem of the system

Time:09-15

Developed software contains a function: can dynamically open office files as embedded resources, by FileSystemWatcher to monitoring file changes, but now I met a problem: software under Windows 7 system can normal open office file, edit, save, but under the win10 system, open the file still cannot save the content of the new editor (in a word, for example, modify the content in word file has changed, but memory will always remain the same), after debugging code, found FileSystemWatcher associated managed news always not trigger
I development tool is Vs2010, c #

Also please expert guidance, thanks!!!!!!!!!!

CodePudding user response:

I also met FileSystemWatcher to miss the event, don't understand why
  •  Tags:  
  • C#
  • Related