Desktop Developer, "Debug and Trace Your Code," by Fabio Claudio Ferracchiati [Visual Studio Magazine, September 2003]

In the samples folder you can find a DbCore.sln VS.NET 2003 solution file that includes two projects: DBCore and TestApp. In order to test the application you have to follow these steps:

1) Change SqlConnection string to point to your SQL Server database.

2) Change the monitored folder name in the TestApp.vb file.

3) Rebuild and start the application.

4) Copy the employees.xml file into the monitored folder.

5) Open the Import.log file into the C: drive and examine the content.

6) Execute again the application but copy the huge_employees.xml file.

7) Open the Import.log file again and see the logic error.
