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.
Any way or a tool to discover what Line of my code raises the need of reference?
ReplyDeleteI 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.