SharePoint 2007 Deployment: Creating and Using Features

0
Summary This third post is about creating and using Features in a general sense. Creating Features for each specific element will be the subject of later posts. Check the...

SharePoint 2007 Deployment: Content Type Binding Features

0
SummaryThis post is about developing features to bind content types to lists that were provisioned through an onet.xml file. Check the first post SharePoint 2007 Deployment: Overview for an...

Performing broker migrations on your Kafka consumers

0
When using Kafka for communication between systems, you may find yourself having to change your consumer configuration. This may happen due to the publisher changing topic, or a new...

SharePoint 2016 Upgrade: How to solve the “Feature is referenced in database but isn’t...

2
Hello, Recently, I migrated a SharePoint 2010 farm to SharePoint 2016 and used an automated installation process using PowerShell and AutoSPInstaller to install the new SharePoint 2016 farm that ensured that...

SharePoint 2007 Deployment: List Template Features

0
SummaryThis post is about developing features to create list templates in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package...

SharePoint 2007 Deployment: Creating Solutions

0
SummaryThis fourth post is about creating and using Solutions in a general sense, just as the previous one was about Features. Check the first post SharePoint 2007 Deployment: Overview...

SharePoint 2007 Deployment: Module Features

0
Summary This post is about developing features to deploy files in a SharePoint site (module features). Check the first post SharePoint 2007 Deployment: Overview for an introduction and...

SharePoint Tip #26: Comments in Content Type Definition

0
There is an issue with SharePoint 2010’s CAML parser that causes SharePoint to ignore fields in a Content Type definition. When defining a Content Type feature element, avoid placing...

SharePoint 2007 Deployment: Custom Action Features

1
Summary This post is about developing features to create action features in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the...

SharePoint 2007 Deployment: Event Registration Features

0
SummaryThis post is about developing features to register event receivers. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package StructureAs I mentioned previously...