windows phone 8 - Convert pdb to exe file? -


i have developed windows phone apps in visual studio 2013 using windows phone 8 sdk. project , don't know how execute exe file, in bin folder .pdb file how change these .exe file?

in windows phone, there nothing called execute .exe file. instead, wp users install app using app package: .xap file.

when build project, if success, vs create .xap file in project debug folder or release folder. go project , search ".xap" file. if submit app store, need upload ".xap" file.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

swift - Button on Table View Cell connected to local function -