pmfith
pmfith

Reputation: 909

I'm getting a PXLineNbrAttribute error after deploying customization

I'm creating 2 customizations which work fine on my development machine but when they're deployed, I get the following error. Both customizations show this, and they're not related in what they do. Has anyone else run into this?

Acumatica Error Thanks,

Peter

Upvotes: 0

Views: 88

Answers (1)

Philippe
Philippe

Reputation: 986

We added an optional parameter on PXLineNbrAttribute in the version 5.20.1983 that unfortunately broke the binary compatibility. My guess is that you developed your customization in a version prior to 5.20.1983 and that your deployment environment is in a version higher or equal to 5.20.1983.

The solution would be to update your development environment to the same version of your production environment and recompile the project.

Upvotes: 5

Related Questions