上传时报告查看错误 [英] Report View Error when upload

查看:121
本文介绍了上传时报告查看错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

在本地计算机上,一切正常.

当我上传并运行时,出现此错误.

在处理本地报告时发生错误.
报告"rdlTransfer.rdlc"的定义无效.
报表处理中发生意外错误.
无法加载文件或程序集``Microsoft.ReportViewer.ProcessingObjectModel,Version = 10.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a''或其依赖项之一.系统找不到指定的文件.


关于这个问题的任何想法.

这是我的web.config.

Hi All,

On local machine every thing is ok.

Ihen i upload and run i got this error.

An error occurred during local report processing.
The definition of the report ''rdlTransfer.rdlc'' is invalid.
An unexpected error occurred in Report Processing.
Could not load file or assembly ''Microsoft.ReportViewer.ProcessingObjectModel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' or one of its dependencies. The system cannot find the file specified.


Any idea about the problem.

This is my web.config.

<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <system.web>
    <customerrors mode="Off" />
    <httphandlers>
      <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />
    </httphandlers>
    <compilation debug="true" targetframework="4.0">
      <assemblies>
        <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
       </assemblies>
      <buildproviders>
        <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      </buildproviders>
    </compilation>
  </system.web>
  <system.webserver>
    <modules runallmanagedmodulesforallrequests="true" />
    <validation validateintegratedmodeconfiguration="false" />
    <handlers>
      <add name="ReportViewerWebControlHandler" precondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </handlers>
  </system.webserver>
</configuration>


预先感谢.


Thanks in advance.

推荐答案

检查这些

错误:定义报告主要报告"无效 [在处理本地报告时发生错误 [ ^ ]
本地报告处理期间发生错误.报告的定义无效. [ ^ ]
Check these

Error: The definition of the report ''Main Report'' is invalid[^]
An error occured during local report processing[^]
An Error occurred during local Report Processing.The definition of the report is invalid.[^]


这篇关于上传时报告查看错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆