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

AG_E_UNKNOWN_ERROR

3 Answers 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Cedric Maluleka
Top achievements
Rank 1
Cedric Maluleka asked on 24 Feb 2010, 07:23 AM
Hi,

I have a created a simple report in Silverlight but when I run the application I get this error:

AG_E_UNKNOWN_ERROR:

System.Windows.Markup.XamlParseException occurred
  Message="AG_E_UNKNOWN_ERROR [Line: 26 Position: 36]"
  LineNumber=26
  LinePosition=36
  StackTrace:
       at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
       at Silverlight_Reporting.MainPage.InitializeComponent()
       at Silverlight_Reporting.MainPage..ctor()
  InnerException:


Here is my code from the MainPage.xaml

<

 

reportViewer:ReportViewer x:Name="xReportViewer"

 

 

    ReportServerUri="../ReportService.svc"

 

 

    Width="1000"

 

 

    Report="ReportLibrary.BasicReport, ReportLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">

 

 

 

 

</reportViewer:ReportViewer>

 

3 Answers, 1 is accepted

Sort by
0
Cedric Maluleka
Top achievements
Rank 1
answered on 24 Feb 2010, 08:33 AM
Reading through the forum, they advice to also upgrade the RadControls for Silverlight. I am currently downloading the latest RadControls, so I will give feedback if the upgrade of the RadControls helped.

http://www.telerik.com/community/forums/reporting/telerik-reporting/got-async-exceptionoccurred-error-when-deploying-the-application.aspx
0
Cedric Maluleka
Top achievements
Rank 1
answered on 24 Feb 2010, 08:59 AM
Hi,

It worked. So if you get this AG_E_UNKNOWM_ERROR upgrade your RADControls for Silverlight....
0
Pascal Rieder
Top achievements
Rank 1
answered on 26 Feb 2010, 10:16 AM
Hi,

This solution does work for me, thanx a lot!

Greeds,

Pascal Rieder
Tags
General Discussions
Asked by
Cedric Maluleka
Top achievements
Rank 1
Answers by
Cedric Maluleka
Top achievements
Rank 1
Pascal Rieder
Top achievements
Rank 1
Share this question
or