首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >对不起,发生了错误,此页不允许使用控制类型'Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord‘。

对不起,发生了错误,此页不允许使用控制类型'Microsoft.PerformancePoint.Scorecards.TransformerConfigurationRecord‘。
EN

Stack Overflow用户
提问于 2021-11-11 10:32:21
回答 1查看 109关注 0票数 0

当我试图配置webpart过滤时,我得到了以下错误。有人能给我一些解决办法吗。

抱歉,控制型出了问题

代码语言:javascript
复制
'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 
EN

回答 1

Stack Overflow用户

发布于 2022-04-12 12:34:30

Web.Config SafeControls

代码语言:javascript
复制
  <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="*" />
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69926779

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档