Skip to main content

Hi Acumatica Community

 

Hope everyone is well.

I’m busy testing an upgrade in my Sandbox Environment from version 2022 R2 to 2023 R1 and I’m getting the following error on one of our customizations when I compile it Visual Studio:

Could not load type 'PX.Objects.CR.EPActivityDescriptionAttribute' from assembly 'PX.Objects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.

 

Things I have already tried:

  • Removed Reference to PX.Objects and re added from my Sandbox Environment’s Bin folder

Kind Regards

Marilize van Zyl

According to the release notes (https://acumatica-builds.s3.amazonaws.com/builds/23.1/ReleaseNotes/AcumaticaERP_2023R1_ReleaseNotes_for_Developers.pdf), this type has been removed in 2023 R1. You need to remove it from the customization code.


Hi @kpopova 

 

Thank you very much, this solved my problem.

Appreciate the speedy response and have a great day further.

Marilize


Reply