缺少 Microsoft.ProjectServer.Client dll

夏尔马

我正在尝试在 SharePoint 中生成查找表并从示例项目中获取参考。这是我指的代码片段:

using Microsoft.SharePoint.Client; 
using Microsoft.ProjectServer.Client;   
using System.Security;
using System.Configuration;

namespace PWA_CSOM
{
    public partial class FinalLogic_Second : System.Windows.Forms.Form
    {
        #region veriables
        private static ProjectContext projContext;
        string pwaPath = "";
        string userId = "";
        string userPassword = "";
    }
}

我创建了一个新项目并创建了一个变量来输入ProjectContext,但是我找不到它的引用。我到处都尝试过,但没有运气:

using Microsoft.ProjectServer.Client;   //Missing Reference

namespace LookupTable
{
    public static class Infrastructure
    {
        #region Properties
        public ProjectContext project;
        #endregion
    }
}

我尝试了本地程序集参考但没有运气 - 本地参考

还尝试了 Nuget 参考 - 在此处输入图片说明

我的结局有什么遗漏吗?任何帮助表示赞赏。

LZ_MSFT

在 Visual Studio 的包管理器控制台中安装 SharePoint Online CSOM 包。

Install-Package Microsoft.SharePointOnline.CSOM -Version 16.1.7723.1200

https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM

在此处输入图片说明

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Visual Studio 2015 中缺少 Microsoft.TeamFoundation.Build.Client 和其他 DLL

来自分类Dev

clickonce-deploy 缺少 microsoft dll

来自分类Dev

加载Microsoft.AspNet.WebApi.Client System.Net.Http.Formatting.dll时尝试查找T4文件的“缺少依赖项”

来自分类Dev

EntityDeploySplit错误-缺少Microsoft.Data.Entity.Build.Tasks.dll

来自分类Dev

EntityDeploySplit错误-缺少Microsoft.Data.Entity.Build.Tasks.dll

来自分类Dev

缺少 nuget 版本:Microsoft.Identity.Client.1.1.1-alpha0414

来自分类Dev

在Visual Studio Online TFS构建上缺少Microsoft.Build.Tasks.v4.0.dll

来自分类Dev

缺少ServiceStack的DLL

来自分类Dev

缺少许多dll

来自分类Dev

Azure网站上缺少Microsoft.Data.Services.Client版本5.6

来自分类Dev

缺少Microsoft Common Controls

来自分类Dev

如何修复Windows Store应用程序解决方案中缺少的程序集引用“ Microsoft.Xaml.Interactivity.dll”?

来自分类Dev

如何修复Windows Store应用程序解决方案中缺少的程序集引用“ Microsoft.Xaml.Interactivity.dll”?

来自分类Dev

为什么Msbuild不复制Microsoft.AspNet.WebApi.Client引用的Newtonsoft.Json.dll?

来自分类Dev

带有RabbitMQ.Client.dll异常的Microsoft.Diagnostics.Tracing.EventSource

来自分类Dev

缺少ServiceStack.ServiceInterface dll

来自分类Dev

依赖行者中缺少Dll

来自分类Dev

缺少MSVCR100.DLL

来自分类Dev

缺少MSCVR110.dll

来自分类Dev

C ++ DLL问题缺少证书

来自分类Dev

Get-EventLog - 缺少 DLL

来自分类Dev

在 wine 下执行 64 位应用程序的问题(缺少“Microsoft.VC80.CRT”程序集,msvcr80.dll)

来自分类Dev

Visual C ++创建DLL缺少依赖项

来自分类Dev

使用pyinstaller时缺少dll文件

来自分类Dev

OpenCV-缺少调试DLL库

来自分类Dev

在不同的Visual Studio版本中缺少.dll

来自分类Dev

安装Python 2.7时缺少DLL错误

来自分类Dev

OpenCV-缺少调试DLL库

来自分类Dev

从git签出后缺少nuget dll

Related 相关文章

  1. 1

    Visual Studio 2015 中缺少 Microsoft.TeamFoundation.Build.Client 和其他 DLL

  2. 2

    clickonce-deploy 缺少 microsoft dll

  3. 3

    加载Microsoft.AspNet.WebApi.Client System.Net.Http.Formatting.dll时尝试查找T4文件的“缺少依赖项”

  4. 4

    EntityDeploySplit错误-缺少Microsoft.Data.Entity.Build.Tasks.dll

  5. 5

    EntityDeploySplit错误-缺少Microsoft.Data.Entity.Build.Tasks.dll

  6. 6

    缺少 nuget 版本:Microsoft.Identity.Client.1.1.1-alpha0414

  7. 7

    在Visual Studio Online TFS构建上缺少Microsoft.Build.Tasks.v4.0.dll

  8. 8

    缺少ServiceStack的DLL

  9. 9

    缺少许多dll

  10. 10

    Azure网站上缺少Microsoft.Data.Services.Client版本5.6

  11. 11

    缺少Microsoft Common Controls

  12. 12

    如何修复Windows Store应用程序解决方案中缺少的程序集引用“ Microsoft.Xaml.Interactivity.dll”?

  13. 13

    如何修复Windows Store应用程序解决方案中缺少的程序集引用“ Microsoft.Xaml.Interactivity.dll”?

  14. 14

    为什么Msbuild不复制Microsoft.AspNet.WebApi.Client引用的Newtonsoft.Json.dll?

  15. 15

    带有RabbitMQ.Client.dll异常的Microsoft.Diagnostics.Tracing.EventSource

  16. 16

    缺少ServiceStack.ServiceInterface dll

  17. 17

    依赖行者中缺少Dll

  18. 18

    缺少MSVCR100.DLL

  19. 19

    缺少MSCVR110.dll

  20. 20

    C ++ DLL问题缺少证书

  21. 21

    Get-EventLog - 缺少 DLL

  22. 22

    在 wine 下执行 64 位应用程序的问题(缺少“Microsoft.VC80.CRT”程序集,msvcr80.dll)

  23. 23

    Visual C ++创建DLL缺少依赖项

  24. 24

    使用pyinstaller时缺少dll文件

  25. 25

    OpenCV-缺少调试DLL库

  26. 26

    在不同的Visual Studio版本中缺少.dll

  27. 27

    安装Python 2.7时缺少DLL错误

  28. 28

    OpenCV-缺少调试DLL库

  29. 29

    从git签出后缺少nuget dll

热门标签

归档