I have re-downloaded the complete source. If I try to compile the
solution in the main directory I get lots of error. If I compile it
project by project I only get one error in the dblinq.mysql project.
This function name (ExecuteMethodCall) is marked:
/// <summary>
/// call mysql stored proc or stored function,
/// optionally return DataSet, and collect return params.
/// </summary>
public override System.Data.Linq.IExecuteResult ExecuteMethodCall
(DataContext context, MethodInfo method, params object[] inputValues)
{This is the error: Error 1 'DbLinq.MySql.MySqlVendor.ExecuteMethodCall (DbLinq.Data.Linq.DataContext, System.Reflection.MethodInfo, params object[])': return type must be 'System.Data.Linq.IExecuteResult' to match overridden member 'DbLinq.Vendor.Implementation.Vendor.ExecuteMethodCall (DbLinq.Data.Linq.DataContext, System.Reflection.MethodInfo, params object[])' T:\SVN\src\DbLinq.MySql\MySqlVendor.cs 149 57 DbLinq.MySql --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
