The following issues were found during validation.这个error的产生原因是因为代码中写的标示符或者方法名,与系统的命名空间冲突. 具体是哪个标示符或者方法名 与系统冲突了?在 The app references non-public selectors in Payload/XXX.app/XXX:###,###,###(命名冲突的标示符或者方法名) 所以要解决这种错误,需要更改标示符 或者 方法名.…
namespace Microshaoft.SharePointApps { using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; u…