zoukankan      html  css  js  c++  java
  • SharePoint Designer 报错“ Value does not fall within the expected range”

    有朋友突然来问,SharePoint Designer 报错“ Value does not fall within the expected range” 。

     

     Cause

    SPD does not open the site with name it was originally defined.  For example, the site was created as http://machine_name:3000/, but SPD connects it as http://localhost:3000/

    问题原因:SharePoint Designer不能用默认的站点名称打开站点。例如:站点是按http://machine_name:3000/创建的,但是SharePointDesinger想用http://localhost:3000/去打开它。

    Solution
    SPD should connect the site with name/url defined at its creation.

    解决方案:在SharePointDesigner打开站点时,使用创建站点时的名字。

    修改后正常打开List。 

     

    我抬头仰望,星星给予仰望者光芒……
  • 相关阅读:
    python 之Twsited
    python之 rabbitmq
    python 之redis
    异常处理
    python select
    线程与进程
    初识socket
    Position属性
    Http协议理解
    BFC(块级格式化上下文)
  • 原文地址:https://www.cnblogs.com/koon/p/2474042.html
Copyright © 2011-2022 走看看