登录Acumatica 20 R2时出现问题

登录Acumatica 20 R2时出现问题,acumatica,Acumatica,我在20R2中遇到此错误: 编译错误说明:编译过程中发生错误 编译服务此请求所需的资源。请 查看以下特定错误详细信息并修改源 适当地编码 编译器错误消息:CS0433:类型“PXInternalUseOnlyAttribute” 存在于“PX.Common.Std,版本=1.0.0.0,区域性=中性, PublicKeyToken=3b136cac2f602b8e'和'PX.Common,版本=1.0.0.0, 文化=中性,PublicKeyToken=3b136cac2f602b8e' 源错误

我在20R2中遇到此错误:

编译错误说明:编译过程中发生错误 编译服务此请求所需的资源。请 查看以下特定错误详细信息并修改源 适当地编码

编译器错误消息:CS0433:类型“PXInternalUseOnlyAttribute” 存在于“PX.Common.Std,版本=1.0.0.0,区域性=中性, PublicKeyToken=3b136cac2f602b8e'和'PX.Common,版本=1.0.0.0, 文化=中性,PublicKeyToken=3b136cac2f602b8e'

源错误:

Line 12: public class ClientSideAppsHelper
Line 13: {
Line 14:    [PXInternalUseOnly]
Line 15:    private static string GetExternalBandle(string fileName)
Line 16:    {

如何解决这一冲突?运行配置工具未解决问题

升级后是否发生这种情况?还是新安装?这是升级还是新安装?你们有什么定制吗?据我所知,该属性已从
PX.Common
移动到
PX.Common.Std
,因此您似乎有一个旧版本的
PX.Common