FIX: A .NET Framework 2.0-based application may experience an ArgumentNullException exception and may exit unexpectedly
Sep.08, 2010 in
Uncategorized
Symptoms
When you run a Microsoft .NET Framework 2.0-based application, the application may experience an ArgumentNullException exception and may exit unexpectedly (crash).
Resolution
This problem occurs because the FileSystemWatcher class throws an unhandled ArgumentNullException exception. This exception is generated because a race condition occurs between events that raise loops and the StopRaisingEvents method.

Leave a Reply