Click here to Skip to main content
15,886,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So far I've been stuck at this while submitting a Windows Phone 8 app. I've check the manifest file and there isn't any type of duplicate. Try rebuilding and nothing. Run the Store Test Kit and also get the error, twice.

Here is the manifest:

Capabilities are okay
<Capabilities>
      <Capability Name="ID_CAP_PUSH_NOTIFICATION" />
      <Capability Name="ID_CAP_IDENTITY_USER" />
      <Capability Name="ID_CAP_PHONEDIALER" />
      <Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
      <Capability Name="ID_CAP_MEDIALIB_AUDIO" />
      <Capability Name="ID_CAP_MEDIALIB_PHOTO" />
      <Capability Name="ID_CAP_MEDIALIB_PLAYBACK" />
      <Capability Name="ID_CAP_NETWORKING" />
    </Capabilities>


and the AppManifest.xaml is ok also:

<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <Deployment.Parts>
    </Deployment.Parts>
</Deployment>
Posted

1 solution

Your AppManifest.xaml looks to actually be the context of your AppManifest.xml.

have a look in your Bin/Release/ folder for the AppManifest.XAML and remove any duplicate entries.

Also check that there isn't a duplicate reference in your .Proj file by looking at it in a text editor,
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900