Automatic Managed SQL Server Transactions

I'veĀ uploaded a setup package for my SqlTx code. This includes the source code, NDoc documentation, and binaries including an NUnit test harness.

To build the source you will need the following:

  • VS.NET to build the solution
  • NDoc (I am using version 1.1c) - the solution references NDoc in "C:\Program Files\NDoc" so you'll need to make some adjustments if you have it elsewhere
  • NUnit 2.0 if you want to build and run the unit tests - again this is referenced in "C:\Program Files\NUnit V2.0"
  • You will need to create a key file VTSql.snk in the src folder (I didn't include mine)
  • To run the unit tests you will need a database configured with the two scripts in the database project and, if the connection string is different, you will need to update it in the ConnectionString class file

I will post my draft documentation later today once I've made a few more changes.

posted on Wednesday, December 04, 2002 3:39 PM |
Comments have been closed on this topic.