gpt4 book ai didi

c# - 未知服务器标记 'rsweb:ReportViewer'

转载 作者:太空狗 更新时间:2023-10-29 21:41:36 35 4
gpt4 key购买 nike

我是 asp.net 的新手,正在尝试在 Sharepoint 中为我的报告使用报告查看器控件。

在我的 web.config 文件中,我添加了这一行:

<SafeControl Assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms.ReportViewer" TypeName="*" Safe="True"/>

在我的 aspx 页面中我注册了程序集

<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>

它给了我这个错误:

此页面上不允许使用“Microsoft.Reporting.WebForms.ReportViewer”控件类型。该类型未注册为安全。

当我将我的 aspx 页面中的代码更改为此时

<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms.ReportViewer" tagprefix="rsweb" %>

我明白了:

处理 时发生错误。未知的服务器标记“rsweb:ReportViewer”。

谁能帮帮我?谢谢

最佳答案

您需要安装 ReportViewer,可在 Microsoft 下载中找到。

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a941c6b2-64dd-4d03-9ca7-4017a0d164fd

关于c# - 未知服务器标记 'rsweb:ReportViewer',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6334542/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com