之所会造成该错误,是因为在客户端缺少Microsoft.ReportViewer.WebForms, Version=10.0.0.0.文件的安装,所以会造成unhandled exception has occurred in your application...sembly 'Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 系统找不到指定的文件。
File name: 'Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at SupSystem.fr_Print..ctor()错误,
下载安装即可 地址:http://download.csdn.net/detail/u014699454/7438187|
C:/Windows/temp访问权限受限。选择该文件夹,属性安全增加network service和everyone为完全控制即可 |