The Problem

After a recent CRM Solution deployment to our Dynamics CRM 365 environment users started encountering the below plugin error when updating a Contacts entity record.

System.NullReferenceException: Object reference not set to an instance of an object

This was quite puzzling because we had only added a new field to an existing entity. We also couldn’t replicate the issue in our other CRM environments .

Error Screenshot

Dynamics 365 System.NullReferenceException

Dynamics 365 System.NullReferenceException

The Solution

After some troubleshooting we discovered that part of our plugin configuration had strangely been lost immediately after the CRM Solution deployment. The Post Image was missing.

We added the Post Image back in using the CRM Plugin Registration tool (which is bundled in the CRM SDK). Following this, the plugin errors immediately stopped occurring … and peace was once again restored 🙂

CRM Plugin Registration utility

CRM Plugin Registration utility

Shane Bartholomeusz