- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 C# 中的客户端对象模型以编程方式将讨论帖子插入到 Sharepoint 讨论板列表中。我正在使用以下代码:
var discussionList = sharepointContext.Web.Lists.GetByTitle("Discussion"); var discussionItem = Utility.CreateNewDiscussion(sharepointContext, discussionList, "Test"); discussionItem["Body" ] = "Hello world!" discussionItem["Author" ] = 22; discussionItem["Editor" ] = 22; sharepointContext.Load(discussionItem); discussionItem.Update(); sharepointContext.ExecuteQuery();
但是,每当我运行它时,我都会得到这个异常
Microsoft.SharePoint.Client.ServerException was unhandled Message=Field or property "Body" does not exist. Source=Microsoft.SharePoint.Client.Runtime ServerErrorCode=-1"
有人知道我做错了什么吗?
最佳答案
问题中的代码不起作用的原因是因为您在调用 SPContext.Load()
之后调用了 Update()
。如果您先调用 Update()
,就没问题。
关于c# - Sharepoint 字段或属性 "Body"不存在 ServerException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11397004/
当尝试从客户端访问 ejb 时,我收到此异常: java.rmi.ServerException: RuntimeException; nested exception is: java.lang
在 Azure 中定义警报时,我可以选择一个“信号”。与我相关的两个是:异常和服务器异常。两者有什么区别?我找不到任何涉及这两者的文档。在哪里可以看到“服务器异常”发生情况? 最佳答案 答案很简单:
我遵循了本教程:https://docs.oracle.com/javase/6/docs/technotes/guides/rmi/hello/hello-world.html#5 我在命令提示符下
我正在尝试使用 C# 中的客户端对象模型以编程方式将讨论帖子插入到 Sharepoint 讨论板列表中。我正在使用以下代码: var discussionList = sharepointConte
我正在使用 Guzzle(最新的 5.2)对服务器进行 POST 调用。此服务器上的 API 返回“HTTP/1.1 500 内部服务器错误”响应,但也返回一个正文。如何访问异常响应的主体? 以下是我
此错误阻止我运行该项目。 以下是版本信息: ~ ❯❯❯ java -version java version "1.8.0_45" Java(TM) SE Runtime Environment (b
我有一个 Java 非 Web 应用程序,它以编程方式启动 Jetty 服务器以提供 API 访问权限。它们之间的通信是通过 RMI 完成的。在我启动与该项目没有任何关系的 Tomcat 之前,一切正
以下方法: private void startServer() { // snippet that starts the server on the local machine
以下方法: private void startServer() { // snippet that starts the server on the local machine
以下方法: private void startServer() { // snippet that starts the server on the local machine
以下方法: private void startServer() { // snippet that starts the server on the local machine
我正在 scala 中运行我的第一个程序来打印 hello world。程序如下 object Main { def main(args: Array[String]) { println
以下方法: private void startServer() { // snippet that starts the server on the local machine
以下方法: private void startServer() { // snippet that starts the server on the local machine
已关闭。此问题需要 debugging details 。目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and the
看来我的redis服务器不工作了,谁能解决这个问题?提前谢谢你 public static function getActiveUser($len = 10) { $key =
运行 Server 类(使用 java server 命令)时出现异常,如下所示(我已经启动了 rmiregistry,使用 start rmiregistry 命令)。可能是什么问题呢? C:\Us
请帮忙。 我一步步按照教程Laravel 5.3 中的新增功能:Laravel Passport ( https://laracasts.com/series/whats-new-in-laravel
当我通过 eclipse 运行我的服务器代码时,出现以下异常: java.rmi.ServerException: RemoteException occurred in server thread;
以下方法: private void startServer() { // snippet that starts the server on the local machine try {
我是一名优秀的程序员,十分优秀!