mine is same problem please help
1) Version of CR 2013 2013 SP01 Ver. 14.1.1.1036.
2) Version of VS Pro 2013 Ver. 12.0.21005.1
3) while run application
4) No, I am not using .close and .dispose
5) error is showing in these two bold fonts SetParameterValue and ExportToHttpResponse
myReport.SetParameterValue("RWN_NO", ddlReportRWNNO.Items[ddlReportRWNNO.SelectedIndex].Value.ToString());
configureCrystal();
Response.Buffer = false;
//Clear the response content and headers
Response.ClearContent();
Response.ClearHeaders();
myReport.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, true, "proc_RWNReport");
Please give me solution for this
thanks
Daljit S. Gill