Hi all,
we have some problems regarding reports after deploying our web application to a server.
We're using Telerik Reporting Q3 2010.
In our application we use a RadWindow with a ReportViewer for different reports we need. The datasource is set programmatically:
The reports are working fine when we run our application in debug mode on our development machine, but after deploying it to a web server and running the application we get this error when we try to open a report (see attached image!).
This is a very urgent matter and right now we're really at a loss as to why the reports won't show. Any help would be appreciated.
Thanks.
we have some problems regarding reports after deploying our web application to a server.
We're using Telerik Reporting Q3 2010.
In our application we use a RadWindow with a ReportViewer for different reports we need. The datasource is set programmatically:
Dim report1 As New easyTennis.Rechnung report1.DataSource = GetDataTable(ssql & " where BelID = " & nKey) Me.ReportViewer1.Report = report1The reports are working fine when we run our application in debug mode on our development machine, but after deploying it to a web server and running the application we get this error when we try to open a report (see attached image!).
This is a very urgent matter and right now we're really at a loss as to why the reports won't show. Any help would be appreciated.
Thanks.