Thursday, July 25, 2024

After Upgrading to Dynamics 365 Finance 10.0.40 or higher, the custom Model Build Fails

Hi All,

I recently upgraded the application to version 40. During the subsequent custom model build, we encountered the following issue

Error message: 

A reference to Dynamics.Ax.ProcessAutomation, version = 0.0.0.0, Culture=neutral,PublicKye=null  is required to compile this module

Resolution:

Update your custom model parameters to reference 'ProcessAutomation' and check-in the custom model Descriptor file.



1 comment:

  1. Any way or a tool to discover what Line of my code raises the need of reference?
    I can see the same missing Reference message and i can even add the reference to satisfy the Build Step but i can't see where i am using this ProcessAutomation model.
    It seems to me the whole community is about to add unnecessary reference because of a PU bug.

    ReplyDelete

Post-PROD DB Restoration Steps

Hi Everyone,  While many resources explain the process of performing a point-in-time restore from Production to Sandbox in Dynamics 365 FO, ...