Hi guys,
I need to create an application with a single exe file, the app works after the xenocode elaboration but I have a problem when I try to generate a report.
Error message:
System.ArgumentException: Extension of type
'Telerik.ReportConverter.ActiveReports.ActiveReportsConverter' does not have name specified.
The error derive from this line of code:
Dim result As Telerik.Reporting.Processing.RenderingResult = reportProcessor.RenderReport("PDF", report1, Nothing)
I tried to find if I'm missing some dependencies but I didn't find nothing.
thanks a lot!