
Onaji Fernanda
Top achievements
Rank 1
Onaji Fernanda
asked on 09 Jan 2010, 12:20 AM
I'm trying to use ReportViewer control in a Silverlight proyect,but i get an error on design.
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
I'm using VS2010 Beta2, Win7, and telerik reporting ver. 2009.3.1211
Do you have a proyect example that i can use, please?
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
I'm using VS2010 Beta2, Win7, and telerik reporting ver. 2009.3.1211
Do you have a proyect example that i can use, please?
5 Answers, 1 is accepted
0
Hi Onaji Fernanda,
We already have a runnable sample showing the usage of all three report viewers - our VS demos that should be installed along with the product on your local machine. Review them carefully and let us know if further help is needed.
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
We already have a runnable sample showing the usage of all three report viewers - our VS demos that should be installed along with the product on your local machine. Review them carefully and let us know if further help is needed.
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Onaji Fernanda
Top achievements
Rank 1
answered on 11 Jan 2010, 04:48 PM
The examples installed are on VS2008.
The issue is on VS 2010 Beta2.
The issue is on VS 2010 Beta2.
0
Hi Onaji Fernanda,
Currently we ship two sample solutions - for Visual Studio 2005 and 2008. You would be able to open the latter in Visual Studio 2010 as the VS conversion wizard would take care of the project.
Anyway we are unable to reproduce the error on our side. Please provide detailed instructions for us to follow.
Kind regards,
Svetoslav
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Currently we ship two sample solutions - for Visual Studio 2005 and 2008. You would be able to open the latter in Visual Studio 2010 as the VS conversion wizard would take care of the project.
Anyway we are unable to reproduce the error on our side. Please provide detailed instructions for us to follow.
Kind regards,
Svetoslav
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Onaji Fernanda
Top achievements
Rank 1
answered on 15 Jan 2010, 09:24 PM
Message: Unhandled Error in Silverlight Application |
Code: 4004 |
Category: ManagedRuntimeError |
Message: System.Reflection.TargetInvocationException: Excepción durante la operación. El resultado no es válido. Compruebe la excepción InnerException para obtener más detalles. ---> System.ServiceModel.CommunicationException: El servidor remoto devolvió un error: NotFound. ---> System.Net.WebException: El servidor remoto devolvió un error: NotFound. ---> System.Net.WebException: El servidor remoto devolvió un error: NotFound. |
en System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) |
en System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.<EndGetResponse>b__4(Object sendState) |
en System.Net.Browser.AsyncHelper.<>c__DisplayClass2.<BeginOnUI>b__0(Object sendState) |
--- Fin del seguimiento de la pila de excepciones internas --- |
en System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state) |
en System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult) |
en System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result) |
--- Fin del seguimiento de la pila de excepciones internas --- |
en System.ServiceModel.Channels.Remoting.RealProxy.Invoke(Object[] args) |
en proxy_2.EndListAvailableReports(IAsyncResult ) |
en Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnEndListAvailableReports(IAsyncResult result) |
en System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result) |
--- Fin del seguimiento de la pila de excepciones internas --- |
en System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() |
en Telerik.Reporting.Service.SilverlightClient.ListAvailableReportsEventArgs.get_Reports() |
en CNSVegasClient.Config.ViewModel.CNSReportingUserViewModel.OnListAvailableReportsCompleted(Object sender, ListAvailableReportsEventArgs e) |
en Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnListAvailableReportsCompleted(Object state) |
Line: 43 |
Char: 13 |
Code: 0 |
But my final goal is set Reports on a solution working with Deveopment Fabric Service in Azure platform.
Here I have a error with the ReportService:
I must hace another way to include the reference to ReportService?
Thanks in advance
0
Hi Onaji Fernanda,
The NotFound error usually indicates an invalid service url. Please make sure that the ReportViewer.ReportServiceUri points to the correct location of the Telerik Reporting WCF Service.
For additional information please check the Silverlight Report Viewer help topics.
Regards,
Svetoslav
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The NotFound error usually indicates an invalid service url. Please make sure that the ReportViewer.ReportServiceUri points to the correct location of the Telerik Reporting WCF Service.
For additional information please check the Silverlight Report Viewer help topics.
Regards,
Svetoslav
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.