Saturday, May 13, 2017

Error -- SharePoint 2013 Apps: The provided App differs from another App with the same version and product ID

I was doing development in Visual Studio 2015 and while was trying to deploy SharePoint Add-in it gave error.

Error : Error occurred in deployment step 'Install SharePoint Add-In' the provided app differ from The provided App differs from another App with the same version and product ID.

Reason :

You are not allowed to deploy Apps with the Farm Account.

  • Create a new User in Active Directory. 
  • Add new created User to the SQL SharePoint Config database.
  • Add to Local Computer ‘Administrators’ group, 
  • Add to the SharePoint Farm Administrators group in Central Admin and also to the Site Collection Admin as of the Developer Site Collection.


This should resolve issue.
Share:

0 comments:

Post a Comment