【问题标题】:error in posting in wordpress with xmlrpc and vb.net使用 xmlrpc 和 vb.net 在 wordpress 中发布错误
【发布时间】:2014-08-22 05:03:49
【问题描述】:

我正在尝试使用 xmlrpc 和 vb.net 在 wordpress 中发布,但发生了此错误 什么意思?!

【问题讨论】:

  • 请发布错误文本,而不是错误图像。

标签: .net vb.net wordpress compiler-errors xml-rpc


【解决方案1】:

您需要更改项目属性,以便将目标框架设置为完整的 .Net Framework 4.0,而不仅仅是客户端框架 4.0。

这是因为您正在引用的程序集 (CookComputing) 具有对仅在完整框架中可用的 System.Web 程序集的引用。

Documentation on how to do this is here

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-03-30
    • 2011-01-14
    • 2011-03-04
    • 1970-01-01
    • 2012-03-02
    • 1970-01-01
    • 2010-12-16
    相关资源
    最近更新 更多