c# - Microsoft.SharePoint.Portal.WebControls and Microsoft.Office.Server.UserProfiles -
i trying programmatically (c#) upload profile picture sharepoint. dont have sharepoint installed in system. came know microsoft.sharepoint.portal.webcontrols , microsoft.office.server.userprofiles dll's required achieve it.
now question can include these dll's in folder , reference visual studio work me or installation of sharepoint must ? please help. can body provide alternative solution if in case doesn't work?
what kind of solution developing?
if want server-side solution need sharepoint farm debug , test anyway. maybe reference sharepoint dlls on local machine , compile project (i never tried this), face strange errors deploying later). option can create virtual machine, install there windows server , sharepoint in standalone mode development purposes.
if want independent application communicate sharepoint, check out using client object model. doesn't depend on sharepoint libraries.
as alternative can consume sharepoint web services manually.
Comments
Post a Comment