I have developed windows phone apps in visual studio 2013 using windows phone 8 SDK. This is my project and I don't know how to execute exe file, In my bin folder its will be .pdb file so how to change these into .exe file?
In Windows Phone, there are nothing called execute .exe file. Instead, WP users install an app using app package: a .xap file.
When you build your project, if success, VS create a .xap file in your project debug folder or release folder. Go to your project and search for ".xap" file. If you submit your app to the Store, you need to upload this ".xap" file.