.NET Application Behaving Differently in Release Version.

I have an application that runs in the application tray. The application has two file watch objects watching the same folder for two different files. When I run the application in debug mode the file watch event triggers when it finds the file it is looking for.

The first file watch reads data from the XML file and then enables the second file watch and sets the filter.

When I build a release version the first file watch event does not trigger when that same file moved into the folder.

What is going on here

Thanks

Mark Baird



Answer this question

.NET Application Behaving Differently in Release Version.

  • FredDC

    Hi Mark,

    Can you post a small repro for this pl.

    Thanks

    Lakshan Fernando

    BCL Team



  • .NET Application Behaving Differently in Release Version.