不支持数据透视表钻取

发布于 2024-08-07 19:55:03 字数 687 浏览 1 评论 0原文

我们将旧的 ASP 应用程序迁移到 ASP.NET,但似乎无法找出此错误的原因。

网页错误详细信息

用户代理:Mozilla/4.0(兼容;MSIE 8.0;Windows NT 5.1;Trident/4.0;.NET CLR 2.0.50727;.NET CLR 3.0.04506.30;.NET CLR 3.0.04506.648;.NET CLR 3.5.21022 .NET CLR 3.0.4506.2152;.NET CLR 3.5.30729; 时间戳:2009 年 10 月 12 日星期一 20:50:06 UTC

消息:对象不支持此属性或方法:“PivotTable1.Drillthrough” 线路:1173 字符:2 代码:0 URI:http:///DSS2009/HospitalVisitsCube.aspx

之前,该页面托管在 Windows 2000 Server、IIS 5.0 和 SQL Server 2000 上。我们将应用程序迁移到新环境:Windows 2003 Server、IIS 6.0、SQL Server 2005 w/ Analysis Services,现在页面使用 ASP.NET(确切地说是 ASP.NET 2.0)。有人知道发生了什么以及可能的解决方案吗?我的第一个想法是 IIS 6 支持 ASP 3.0,这可能已弃用此方法/属性。然而,我一无所知,无法证明我的理论,因为我的 ASP 知识非常有限。有人知道发生了什么吗?

We migrated our old ASP app to ASP.NET and can't seem to figure out the cause of this error.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC EA 2; MS-RTC LM 8)
Timestamp: Mon, 12 Oct 2009 20:50:06 UTC

Message: Object doesn't support this property or method: 'PivotTable1.Drillthrough'
Line: 1173
Char: 2
Code: 0
URI: http:///DSS2009/HospitalVisitsCube.aspx

Before, the page was hosted on a Windows 2000 Server, IIS 5.0 and SQL Server 2000. We migrated the app to a new environment: Windows 2003 Server, IIS 6.0, SQL Server 2005 w/ Analysis Services and now the pages are using ASP.NET (ASP.NET 2.0 to be exact). Anyone have a clue as to what's happening and a possible solution? My first thought was that IIS 6 supports ASP 3.0 which might have deprecated this method/property. However, I'm clueless and can't prove my theory because my ASP knowledge is very limited. Does anyone have any clue aso to what's happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一身仙ぐ女味 2024-08-14 19:55:03

事实证明,您需要一个文件才能使 Office Web Component (OWC) 正常工作。您需要一个名为rillthrough.htc 的.htc 文件。需要此文件才能使其正常工作。

It turns out, there's a file that you need to make Office Web Component (OWC) work. You need an .htc file called drillthrough.htc. This file is required to make it work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文