I am facing this issue when creating crystall report ,and i am using CR 9 version9,please guide
Line 3: <%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
here is the error
The best overloaded method match for 'System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet, string)' has some invalid arguments
on this C#
sda.SelectCommand = cmd;
ProducbaleRpt dsProducbaleRpt = new ProducbaleRpt();
sda.Fill(dsProducbaleRpt, "DataTable1");
return dsProducbaleRpt;
please help