Hi,
I am creating a Silverlight application which including Reporting using Q3 2009. I follow the example and document here. When I test on my development machine, the report seems to be displayed fine. However, when I deploy the application to our dev server running IIS6, I got the error when I try to open the ReportViewer in Safari (OS X),
Error: [Async_ExceptionOccurred]
Arguments:
Debugging resource strings are unavailable.
In Firefox on Windows, I got this inner exception,
UnhandledError in Silverlight Application An exception occurred during theoperation, making the result invalid. Check InnerException forexception details. atSystem.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()atTelerik.Reporting.Service.SilverlightClient.ListRenderingExtensionsEventArgs.get_Extensions()atTelerik.ReportViewer.Silverlight.ReportViewerModel.OnListRenderingExtensionsCompleted(Objectsender, ListRenderingExtensionsEventArgs e) atTelerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnListRenderingExtensionsCompleted(Objectstate)
Do you know if I might miss anything?