hi,
i'm getting error of data source object is invalid when i try to load a transaction report from sql database. Error 4 Overload resolution failed because no accessible 'Fill' can be called with these arguments:
'Public Function Fill(startRecord As Integer, maxRecords As Integer, ParamArray dataTables() As System.Data.DataTable) As Integer': Value of type 'View_CreditBalance.DS1' cannot be converted to 'Integer'.
'Public Function Fill(dataSet As System.Data.DataSet, srcTable As String) As Integer': Value of type 'View_CreditBalance.DS1' cannot be converted to 'System.Data.DataSet'. C:\Documents and Settings\Administrator\Desktop\CreditBalance\CreditBalance\CreditBalance\Report.vb 30 9 View_CreditBalance
i have no idea why does it happen. Can anyone help me