I replaced the existing business_service, common, and trader_client folders (that I got from the trunk in svn) with the folders attached in the zip (StonehengeIdentity-02-Sep-2009.zip). However, I am getting a compilation error, it looks like some methods are missing in the SQLHelper class,
Error 2 'Trade.Utility.SQLHelper' does not contain a definition for 'ExecuteReaderSingleParm' C:\src\dotnet\common\DALSQLServer\Customer.cs 180 47 StockTraderDALSQLServer Error 3 'Trade.Utility.SQLHelper' does not contain a definition for 'ExecuteReaderSingleRow' C:\src\dotnet\common\DALSQLServer\Customer.cs 222 47 StockTraderDALSQLServer Error 7 'Trade.Utility.SQLHelper' does not contain a definition for 'ExecuteNonQuery' C:\src\dotnet\common\DALSQLServer\Customer.cs 296 27 StockTraderDALSQLServer Should I get an updated version of that class from some other place ? Thanks Pablo.
