Error “A reference to ‘xyz ‘ is required to compile this module” solution
Many of the time while building project/solution we came across the “reference is required to compile this module error”. The reason behind this error is that your module’s reference package is missing the required package.
In error itself, the missing module can be rectified as shown for example in following screenshot reference to “SourceDocumentationTypes” is not made.
Now you have to add a missing reference to your module as follows:
- Select Update model Parameters from Dynamics 365 >>Model Management>>Update model Parameter
- Now select the required model name from the model list and click on Next.
- Now make sure to select the checkbox in front of a required reference from reference packages (In our case SourceDocumentationTypes reference was not there ) and click on next.
- Now click on finish.
Now after attaching a reference to the package build package/Solution and you have solved your error.
Related posts:
Advanced & Auto Bank Reconciliation in Dynamics 365 Finance
How to create and add/attach a custom activity-type entity to an existing entity in Dynamics 365 CRM
How to add an Entity and fields in Global Search On Dynamics 365 CRM
How to create a SharePoint site and enable Server-Based SharePoint Integration for Document Manageme...