This is a migrated thread and some comments may be shown as answers.

Issue when deploying a Silverlight application

1 Answer 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 24 Feb 2011, 04:01 PM
Hi

I have a problem with my Silverlight application.
I'm using reporting telerik Q3 2010 and silverlight 4.
My solution is composed by:
  A project for the dll of the reports.
  A project for the Silverlight application, which has the report viewer.
  And the website that hosts the silverlight application.

When I deploy the web project on a web server , the reports don't display the charts

thanks in advance

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 24 Feb 2011, 04:12 PM
Hi Tim,

You're most likely missing the resource endpoint of the Telerik Reporting WCF Service that is responsible for serving all images: picturebox, chart, shapes and barcodes. For proper configuration please refer to the Hosting WCF Service in IIS help article.
The Silverlight viewer uses XAML and images are streamed as resources in it just like in HTML. On the other hand, the exported formats embed the images in them.
The viewer is only responsible for showing the report, however the processing and rendering is performed on the server i.e. when you select export to PDF or XPS, the viewer sends request to the server, the report is processed and rendered on the server and then passed on to the client.

All the best,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Tim
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or