ReportViewer

I'm playing around VS.NET 2005 beta2.  I just added a report and a reportviewer control to my app.  When I run load the form with the viewer on my dev box it works great.  When I use it through ClickOnce on another box the reports don't work.  I get an error about missing reporting components (link below to pic).  Any ideas on how to fix this   I've referenced everything on Reporting and the ReportViewer I can find.  No luck so far.  Any comments or ideas would be appreciate here, I'm stuck.

http://www.accs.net/users/jon/reportError.jpg


Answer this question

ReportViewer

  • KesPeti

    Does the other machine have framework installed , .net framework is a must for clickone.

    HTH   

  • Chetan Singh

    The ReportViewer control is not part of the .NET Framework. When Visual Studio 2005 final is released it will contain a redistributable .msi file for the ReportViewer control. This msi can be bootstrapped onto the client machine by your ClickOnce application.

  • da_cobra

    Is there a workaround for this issue before the final vs2005 comes out


    Just want to include the error message keyword here for search engine. The picture doesn't help.

    Microsoft.ReportViewer.ProcessingModel

  • ReportViewer