In my asp.net webforms or my Silverlight app, I can't resolve InstanceReportSource.
I have the latest Q2 2012 and ran both solutions through the upgrade wizard.
Also, I can see my report in the asp.net webform, but not the siverlight version after my upgrade to q2 2012. My configs and dlls are up to date. I'm not using InstanceReportSource for my silverlight report viewer, but I don't think you're supposed with that right? That's only for WPF and asp.net. Not being able to see the error message in silverlight is maddening, I'm 90% away from giving up on the silverlight viewer and always popping up a web browser report.
For silverlight I'm still using
repViewer.Report = "MyReportsNameSpace.MyRepor1, MyReportsNameSpace";
repViewer.RenderBegin += new Telerik.ReportViewer.Silverlight.RenderBeginEventHandler(repViewer_RenderBegin);
...
I have the latest Q2 2012 and ran both solutions through the upgrade wizard.
Also, I can see my report in the asp.net webform, but not the siverlight version after my upgrade to q2 2012. My configs and dlls are up to date. I'm not using InstanceReportSource for my silverlight report viewer, but I don't think you're supposed with that right? That's only for WPF and asp.net. Not being able to see the error message in silverlight is maddening, I'm 90% away from giving up on the silverlight viewer and always popping up a web browser report.
For silverlight I'm still using
repViewer.Report = "MyReportsNameSpace.MyRepor1, MyReportsNameSpace";
repViewer.RenderBegin += new Telerik.ReportViewer.Silverlight.RenderBeginEventHandler(repViewer_RenderBegin);
...