This is due to the .NET MySQL patch (STONEHENGE-53). There are two options for fixing this. 1) Have the DALSqlServer use the SQLServerHelper instead or 2) checkout a version of the code before MySQL was implemented and apply the patch there.
-Ben -----Original Message----- From: Pablo Cibraro [mailto:[email protected]] Sent: Friday, September 25, 2009 10:19 AM To: [email protected] Subject: Compilation erros in .NET STS Passive implementation 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.
