【问题标题】:Sorry, something went wrong The control type 'Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord' is not allowed on this page抱歉,出了点问题 此页面上不允许使用控件类型“Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord”
【发布时间】:2022-04-12 20:34:30
【问题描述】:

当我尝试配置 webpart 过滤时,我收到以下错误。谁能给我一些解决方法的想法。

抱歉,出了点问题 控件类型

'Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord' is not allowed on this page. The type Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord, Microsoft.PerformancePoint.Scorecards.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c could not be found or it is not registered as safe. 
Technical Details 


Troubleshoot issues with Microsoft SharePoint Foundation. 

Correlation ID: 3cc301a0-9639-d00d-a615-d017dedc2125 

Date and Time: 10/11/2021 13:26:05 

【问题讨论】:

标签: sharepoint-2013


【解决方案1】:

Web.Config 安全控件

  <SafeControl Assembly="Microsoft.PerformancePoint.Scorecards.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord" TypeName="*" />
  <SafeControl Assembly="Microsoft.PerformancePoint.Scorecards.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord" TypeName="*" />
  <SafeControl Assembly="Microsoft.PerformancePoint.Scorecards.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.PerformancePoint.Scorecards" TypeName="*" />
  <SafeControl Assembly="Microsoft.PerformancePoint.Scorecards.Client, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.PerformancePoint.Scorecards" TypeName="*" />

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-12-10
    • 2014-01-22
    • 2012-05-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多