Reputation: 909
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?
Peter
Upvotes: 0
Views: 88
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