不支持数据透视表钻取
我们将旧的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,您需要一个文件才能使 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.