Hi there
An old version of Telerik Reports (2.0.1.0) I have on a large web site will not compile (publish) when I have the latest version of your reports installed (5_1_11_713). It keeps adding a reference to the new version of the reports in my config file, even though the old version is all that is referenced.
It adds reference to the new version , and then errors out on a section of code that tries to create PDF files:
buffer = Telerik.Reporting.Processing.ReportProcessor.Render("PDF", rpt, Nothing, mimType, extension, encoding)
fs = New FileStream(lblPDF.Text & lstSelected.Items(intYCount).Text & ".pdf", FileMode.Create)
fs.Write(buffer, 0, buffer.Length)
fs.Flush()
fs.Close()
: The line " Telerik.Reporting.Processing.ReportProcessor.Render" comes back with an 'ambiguous namespace' issue. This code works fine when I uninstall the newer version of the Reports (5_1_11_713).
Thanks - David
An old version of Telerik Reports (2.0.1.0) I have on a large web site will not compile (publish) when I have the latest version of your reports installed (5_1_11_713). It keeps adding a reference to the new version of the reports in my config file, even though the old version is all that is referenced.
It adds reference to the new version , and then errors out on a section of code that tries to create PDF files:
buffer = Telerik.Reporting.Processing.ReportProcessor.Render("PDF", rpt, Nothing, mimType, extension, encoding)
fs = New FileStream(lblPDF.Text & lstSelected.Items(intYCount).Text & ".pdf", FileMode.Create)
fs.Write(buffer, 0, buffer.Length)
fs.Flush()
fs.Close()
: The line " Telerik.Reporting.Processing.ReportProcessor.Render" comes back with an 'ambiguous namespace' issue. This code works fine when I uninstall the newer version of the Reports (5_1_11_713).
Thanks - David