Naresh
Naresh

Reputation: 103

Getting those error message while I am doing Full CIL

Getting those error message while I am doing Full CIL.

Finished pass 1 at 1/29/2020 1:56:55 PM

Finished pass 2 at 1/29/2020 1:57:02 PM

Could not find CustVendTransExchAdjDistController_RU.ledgerDimensionObtained in the method map. Will attempt to use X++ delegates.

Could not find AccountingDistributionView.initializedControls in the method map. Will attempt to use X++ delegates.

Finished pass 3 at 1/29/2020 1:57:15 PM
Finished creating types at 1/29/2020 1:57:16 PM
Errors: 0
Warnings: 0

Upvotes: 2

Views: 763

Answers (1)

Alex Kwitny
Alex Kwitny

Reputation: 11544

This sounds like your environment is not fully compiled before you performed the full CIL. You compile AX (p-code) then compile that into CIL.

Just perform a full AX compile then do your CIL. The last link is a short-cut to solve the specific objects, but if you have a few objects with issue, you likely have more, so do a full one.

See:

Upvotes: 3

Related Questions