Release 1.7
This project is now being hosted over on CodePlex
http://www.codeplex.com/MultiTierLinqToSqlPlease get the release from there.
Release notes
This release contains a number of fixes to the way the GenericObjectDatasource works, mainly to make error handling function correctly. If an error is thrown during an insert or update, the exception is now passed into the Updated or Inserted event of the GenericObjectDatasource, so that it can be handled by client code.
See the Error Handling section of the main page for more details.
This release has also refactored the code, so that all the generic code is now kept in one assembly GenericDataLayer and the project specific stuff has been moved out into another assembly. This makes it easier to use this code in your projects without having to remove example code from the main project.