Hello!

If you want to compile the solution you have to install NUnit test framework. This project can be downloaded from
http://sourceforge.net/projects/nunit/ or just simply remove project Magnusson.Data.SqlAutomation.Test from the solution.

There are some known limitations:
1. Only works with tables that have a defined primary key.
2. No VB.NET auto code.
3. The GUI sucks.
4. The test scenarios with NUnit are limited.

The autocode for DataTier inherits from Magnusson.Data.SqlClient.Reader and Magnusson.Data.SqlClient.Modifier therefore you have to include 
class MagnussonSqlDataAccess.cs in your DataTier project.


I also would like to recommend another generator,LLBLGen, which you can find here: http://www.sd.nl/software/ . The generator is made by
Frans Bouma. He has made a great job.


About NUit test
1. You have to configure you settings in Settings.xml
2. Best of luck


Best regards,
Anders Magnusson, mange_magnusson@hotmail.com
 