Jeff Sanders Technical Blog

I am a Microsoft employee that has worked on all aspects of the Web Stack for a long time. I hope these blogs are useful to you! Use this information at your own risk.


<< Go Back

Building Package For The Windows Storethe Package Contains A Debug Framework Reference

- 23 Nov 2012

I was helping a customer with a problem they were encountering when trying to build a package for submission to the Windows App Store.  The error was:

“The package contains a Debug framework reference”.  To make a long story short the solution is simple.

The problem was that even though the project was set to Release for the solution configuration (in the Configuration Manager), the Project (here ‘CanvasSize’) configuration was set to Debug.

 

 

image

 

The fix is simple!  Just change the Configuration for the Project and any other project in the solution to Release!

image

 

Let me know if this help you by adding a comment!

-Jeff

<< Go Back