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 and dirty solution! Reason After quick googling and some frustration, I figured out the probable reason for the issue; SharePoint…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 not recognized as the name of a cmdlet, function, script file, or o perable program. Check the spelling of the…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 of code, whether in PowerShell, .exe console, or anything else than the code behind relies on .NET Framework, you get…Continue reading Fixing the “For security reasons DTD is prohibited in this XML document.” issue