A different version of this App is already installed with the same version number

Copper Contributor

I get this error message when I try to update an existing SharePoint Hosted Add In on SPO.

The current running version is 1.0.0.6 and the version of the update is 1.0.0.7

I double checked the feature version number and the app manifest version number. They are both 1.0.0.7

So, the error message is not true.

The upgrade actions contains some minor changes to script files, a page and a new site column: 

<VersionRange>
  <ApplyElementManifests>
	<ElementManifest Location="SiteColumns\Elements.1.0.0.7.xml" />
	<ElementManifest Location="Scripts\Elements.1.0.0.7.xml" />
	<ElementManifest Location="Pages\Elements.1.0.0.7.xml" />  
  </ApplyElementManifests>
</VersionRange>

What could cause such issue? - The version number in my AppManifest.xml and the feature definition is

Version="1.0.0.7"

I cannot remove the Add-In and redeploy it, it contains a lot of data already.

Any hints?

 

 

0 Replies