1

SharePoint 액세스 권한보기 또는 SharePoint 작업 영역에서 작업 할 수없는 SharePoint 사용자를위한 트레이 Windows 응용 프로그램이 필요합니다. (이 프로그램은 사용자 지정 경고가있는 직원에게 경고해야하며 사용자 지정 소규모 사용자 이러한 최종 사용자를위한 인터페이스).Sharepoint Windows Forms 개발

이 코드는 article이고이 코드는 article이며이 솔루션의 실현 가능성에 대한 간단한 코드를 작성합니다. 그러나 빌드 후이 클라이언트 측 응용 프로그램은 해당 dev 서버에서만 작동하는 것 같습니다.

우리는 7 번 창에서 그것을 시도하고 24 번 후에 아래 목록과 같은 DLL이 필요합니다.

Microsoft.BusinessData.dll 
Microsoft.HtmlTrans.Interface.dll 
Microsoft.IdentityModel.dll 
Microsoft.Internal.Mime.dll 
Microsoft.SharePoint.AdministrationOperation.dll 
Microsoft.SharePoint.Client.dll 
Microsoft.SharePoint.Client.Runtime.dll 
Microsoft.SharePoint.Client.ServerRuntime.dll 
Microsoft.SharePoint.Diagnostics.dll 
Microsoft.SharePoint.dll 
Microsoft.SharePoint.Dsp.dll 
Microsoft.SharePoint.Library.dll 
Microsoft.SharePoint.PowerShell.dll 
Microsoft.Sharepoint.Sandbox.dll 
Microsoft.SharePoint.Search.dll 
Microsoft.SharePoint.Security.dll 
Microsoft.SharePoint.xml 
Microsoft.Web.Administration.dll 
Microsoft.Web.CommandUI.dll 
Microsoft.Web.Design.Server.dll 

에는 여전히 다른 dll이 있습니다.

Microsoft.sharepoint.intl.dll 

Microsoft.SharePoint.CoreResource 

'Microsoft.SharePoint.CoreResource는 Windows 2008 sharepoint 2010 dev server에 없습니다.

이 방법은 표준 배포 방법이 아니므로 클라이언트에 배포하고 개발하는 표준 방법에 대해 더 많이 이해하고 싶습니다.

내 서버에 SharePoint 2010이 있어야한다는 것을 알고 있지만 64 비트이지만 내 클라이언트는 732-windows입니다. 이게 내 문제 야?

답변

2

SharePoint 개체가 아닌 서버에서 응용 프로그램을 실행하는 경우 서버 개체 모델을 사용할 수 없으며 클라이언트 개체 모델 만 사용할 수 있습니다. 서버 개체 모델은 서버에서만 작동합니다.

좀 봐주십시오 second link Microsoft.SharePoint.Client DLL 만 참조하면됩니다.