Tag: OfficeDevPnP
OfficeDev.PnP is a cool Microsoft-curated community effort to take the Office development to the next level.
OfficeDev.PnP is a cool Microsoft-curated community effort to take the Office development to the next level.
Are you getting an error like “The SPListItem being updated was not retrieved with all taxonomy fields” when you try adding or modifying values in a TaxonomyField of a list item in SharePoint, either using the GUI or with PowerShell or even programmatically? Then read ahead, I’ve got a quick…Continue reading How to fix the “The SPListItem being updated was not retrieved with all taxonomy fields” error
This blog post briefly describes how to solve some of the most typical errors about missing PnP Cmdlets when using Windows Powershell (or SharePoint Online Management Shell). Symptoms When trying to run some PnP-related cmdlet, you get an error similar to the ones below: Connect-PnPOnline : The term ‘Connect-PnPOnline’ is…Continue reading How to solve errors about missing PnP Cmdlets on PowerShell
This post describes a couple of ways to fix the issue “For security reasons DTD is prohibited in this XML document”. At least for me, it appeared when trying to access SharePoint Online using Powershell or a console program using OfficeDev.PnP (which in turn uses CSOM). Error When running any piece…Continue reading Fixing the “For security reasons DTD is prohibited in this XML document.” issue