I have this error trying to put a report in production, any idea? I'm using Telerik Reporting 5.0. I'm trying to show a picture, I don't know if my problem is related to configuration or the picture itself.
Thank you.
5 Answers, 1 is accepted
This is a generic .NET error not directly related to our product. Looking at the results for it on the net, there are various things that could cause it.
Regards,
Steve
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
One more question, do I need to open some ports or check something in the firewall that is related to Telerik Reports?
Thank you.
All the needed steps for deploying an application that uses Telerik Reporting are available in Deploying Applications using Telerik Reporting help section i.e. there are no specific steps involved about fiddling with ports and firewall.
Kind regards,
Steve
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
I believe that this is a Telerik problem, the application works fine, except when I try to show a report with an image. I did another test, I'm printing the image path to see if there is something wrong, but not, I paste the image path in the browser and I works ok. So, I believe that there is a problem in the telerik reporting picture box.
Thank you.
Because you have missed to mention how are you using Telerik Reporting I will guess the following:
- You show the report in the ASP.NET ReportViewer
- Your logo image has an absolute/relative url
If this is the case I recommend to you to take a look at our List Bound Report online example which demonstrates among the other things the PictureBox item bound to an expression which returns an absolute url. You also can play with the same report in the examples installed with the Telerik Reporting product.
Greetings,Hrisi
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>