Harlborn
Harlborn

Reputation: 63

what is Embedded XAP mean in WP7 ?

I have created a application for Silverlight Windows Phone 7. On uploading the xap for beta testing in the WP7 Marketplace, the App submission was failed and resulted in error message as below:

1019: We don’t allow embedded XAPs. Remove the Bin\Debug\ONCALL.xap embedded XAPs and then try again.

Can anyone please let me know What could be the problem.

Thanks for your time.

Upvotes: 1

Views: 172

Answers (1)

Anton Sizikov
Anton Sizikov

Reputation: 9230

Rename your .xap file to .zip file, open it in Explorer and check is there any other xap files in it.

Looks like, you have attached the debug version of ONCALL app. I don't know is it your application name, or this is a subpoject.

Upvotes: 1

Related Questions