• SharePoint:WebPartPageUserException This page has encountered a critical error


    遇到如下webpart莫名错误,很常见吧。一般用户是直接删掉,知道原因的不算太多。

    QQ截图20130523155401

    解决办法(Solution):

    Usually, This error caused by wrong entries under <SafeControl> section in web.config. Remember, Web.config is case sensitive. Instead of "TypeName" if you place "typename" it could lead you to above error!!! Check for Invalid entries in web.config file in order to avoid this error.

    Other possibility is: If the site template you are using is not registered as safe in web.config or the feature which you try to install does not register the safe entries may cause this issue.

    Solutions:
    In my case, Restoring web.config from earlier backups solved this issue. 
    If you don't have web.config (You are a bad SharePoint Administrator!) Take every entry out of <SafeControl> section, and try adding them one by one. Stop and find the culprit!

    from:http://www.sharepointdiary.com/2012/01/fix-for-this-page-has-encountered.html

  • 相关阅读:
    修改图片大小 分辨率
    Tools
    写log
    4Sum
    3Sum Closest
    避免调试时加载符号
    SDN期末作业——负载均衡
    SDN第五次上机作业
    个人作业——软件工程实践总结作业
    SDN第四次作业
  • 原文地址:https://www.cnblogs.com/dadongzuo/p/3302966.html
Copyright © 2020-2023  润新知