VS2005下组件ReportView使用时的一些问题

        •                              
        •  

 使用Visual Studio 2005工具中的reportview组件,制作图表,在开发电脑端运行正常,可是放到客户的机器上的时候,会出现找不到组件,显示如下信息:                                                                          
An error occurred during local report processing.
The definition of the report 'Main Report' is invalid.
An unexpected error occurred in Report Processing.
Could not load file or assembly 'Microsoft.ReportViewer.ProcessingObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 系统找不到指定的文件。

去微软网站(http://www.microsoft.com/downloads/details.aspx?FamilyID=8a166cac-758d-45c8-b637-dd7726e61367&DisplayLang=en)上下载 ReportView.exe安装后,就可以运行正常.

你可能感兴趣的:(c,File,report,assembly,工具,微软)