标签: c# asp.net sharepoint-2010 sharepoint-2013
我正在尝试创建ClientContext的对象,但Microsoft.SharePoint.Client.dll没有ClientContext定义。 任何建议都将不胜感激
使用(Microsoft.SharePoint.Client.ClientContext context = new Microsoft.SharePoint.Client.ClientContext(sharePointSite)) { }