c# - Package.appxmanifest not present in solution -


i'm using visual studio 2013 ultimate. i've started windows phone 8 app in blend, , finished in visual studio.
according this article, need to:

  1. in visual studio, close manifest file if it’s open in xml code view.
  2. in solution explorer, expand project node of app.
  3. double-click package.appxmanifest file.

the problem - don't have package.appxmanifest file in solution. how create it? maybe need convert solution windows store project? if yes, how that?

that's poorly worded documentation. windows phone 8 projects not contain package.appxmanifest--they contain wmappmanifest.xml can edit in "designer". i've tried upgrading wp 8 project 8.1 , in fact adds package.appxmanifest--which editable in "designer". i'm surmising if added windows store app solution, converting universal app, same thing.


Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -