zoukankan      html  css  js  c++  java
  • 【SharePoint】修改configure配置获取更多信息

    修改网站集中使用的Configure中的CallStack为True,我们将会得到更多的错误提示信息。

    应用场景

    我在列表中创建Lookup类型的列时,仅仅提示error。按照以上配置修改后得到以下详细的错误信息

    Value cannot be null.
    Parameter name: g   at System.Guid..ctor(String g)
       at Microsoft.SharePoint.Utilities.SPUtility.ParseGuid(String strId)
       at Microsoft.SharePoint.ApplicationPages.LookupFieldEditor.ShouldBeCountRelated(SPField field, Guid ownerListId)
       at Microsoft.SharePoint.ApplicationPages.LookupFieldEditor.PopulateShowFieldDropDown(DropDownList showField, SPList lookupTolist, Guid ownerListId, String strSelectedField, String[] excludedShowFields)
       at Microsoft.SharePoint.ApplicationPages.LookupFieldEditor.PopulateShowFieldDropDown(DropDownList showField, SPList lookupTolist, Guid OwnerListId, String strSelectedField)
       at Microsoft.SharePoint.ApplicationPages.LookupFieldEditor.InitializeWithField(SPField field)
       at Microsoft.SharePoint.ApplicationPages.FieldCustomizationPage.OnLoad(EventArgs e)
       at Microsoft.SharePoint.ApplicationPages.FieldNewPage.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • 相关阅读:
    在Ubuntu1804上使用Apache2的部署Django配置
    UbuntuServer1804设置uwsgi自启动服务
    ubuntu 安装k8s 1.22.3 (VirtualBox虚拟机)
    启动keepalived 报错
    wasm-pack 编译错误 unexpected character 'u{0}'
    mariadb-安装
    K8S1.18 安装教程
    Ubuntu共享文件权限问题
    docker 安装consul
    Ubuntu 安装 MySQL 和远程连接
  • 原文地址:https://www.cnblogs.com/mingle/p/2003177.html
Copyright © 2011-2022 走看看