How can i debug my application in my windows phone 8? - visual-studio-2010

Am using Visual Studio 2010 and developed a application and debugged it in a windows phone 7.5, after registering with [windows phone developer Registration] app.
Now i got a new windows phone 8, i could not register because i read that, the windows phone 8 will not be supported by zune. Without zune [windows phone developer Registration] will not detect your phone.
Some people says i need to use Visual studio 2012 for windows phone 8, then the problem i have i am using only windows 7 desktop operating system. Visual studio 2012 needs windows 8 desktop operating system.
Please suggest me can i run my app in windows phone 8 with visual studio 2010.
If the only way is to develop in Visual studio 2012 then will my application support for windows phone 7.
Please help me with your suggestions and answers.

That is how it is, you need VS2012 for WP8, which itself needs Windows 8. You can always download an evaluation version of both and use them, eventually inside a virtual machine. Pretty much the same story than for developing Windows 8 applications.
Regarding compatibility between phone versions, Microsoft recompiles WP7 apps so they can run on WP8 but I'm unaware this happening the other way around.
WP8 doesn't need Zune and it's not available anyway on Windows 8.
I myself had to switch to Windows 8 for this very reason...

Related

Develop Universal apps for windows 10 from windows 8.1

I have windows 8.1 and right now Visual Studio 2015 is installing on my machine. Can I develop universal windows apps UWA for windows 10 from my windows 8.1 ?
If worth mentioning, I have another machine with windows 10 at home, and I think I read somewhere before I can use the other machine remotely to test my apps but I have been looking without finding how to do so.
Actually, this is possible. We can develop Universal Windows apps with Visual Studio 2015 on Windows 8.1 and test them on a remote Windows 10 device.
For more info, please see Requirements in Develop apps for the Universal Windows Platform (UWP)
Windows 8.1 and Windows 7 support
If you choose to develop Universal Windows apps with Visual Studio 2015 on a platform other than Windows 10, these are the restrictions:
Windows 8.1: You can’t run the app locally (only on a remote Windows 10 device). You can use the emulators in Visual Studio, but not the simulator.
Windows 7: You can’t run the app locally (only on a remote Windows 10 device). You can’t use the emulators or the simulator in Visual Studio either.
And for test on remote devices, please see Specifying a remote device in Deploying and debugging Universal Windows Platform (UWP) apps.
However, when using OS earlier than Windows 10, some Visual Studio features for Windows Universal development may be degraded, such as you can't use the XAML designer on Windows 8.1:
For a better experience of developing Windows Universal Apps, Windows 10 is strongly recommended.
This is not possible. You need Windows 10 to develop Windows 10 UWP apps.
1. Get Windows 10
To develop UWP apps, you need the latest version of Windows.

Which windows phone SDK can I use in Windows 8.1 + Visual Studio 2012 Premium?

I need to develop a windows mobile application. I have Windows 8.1 (Enterprise) PC with Visual Studio 2012 Premium. Which version of windows phone SDK can I use?
I searched in net and found here(http://support.microsoft.com/kb/2864215) that SDK 8.0 can not be used with Win8.1+VS2012. Everybody suggesting that I have to use VS2013 with SDK8.1. Is there anyway to use SDK8.1 in VS2012?
Is Win8.1+VS2012 useless for windows mobile development?!
I can not change the OS(8.1) and VS2012; those are fixed. Apart from those, I am free to install/update anything in my PC. Could anyone please let me know a way to make my PC to usable for windows mobile development?

How to run windows phone app from visual studio?

I am developing phone gap application for windows phone.I am using visual studio 2010 & windows phone sdk 7.0.
How to run my application on windows phone 8?Or I have to run it on windows phone 7.
I am unable to connect my windows phone os 8 to visual studio.
Please help
If you have a windows phone 8 device which you want to use for app debugging purpose, you NEED the Windows Phone SDK 8.0 installed, which needs at least a 64-bit Windows 8 Pro or better.
If i haven't forgotten something, then Phonegap has 2 project templates - 1 for WP7 and 1 for WP8. Which allows to think that WP7 project won't run on WP8.

Windows phone developement error

I want to develop apps for windows phone. For this, I have installed visual studio 2010 in windows 8 machine. After that, I opened visual studio and created new project. But in silverlight option, I did not find "Windows Phone Application" template.
I searched on google and installed visual studio 2012 express for windows phone by which windows phone 8 sdk is installed. But still I am not getting "Windows Phone Application" template. So what should I do now?
To create Windows Phone 7 applications in VS2010, I believe you need to install the Windows Phone 7 SDK. Because you're running Windows 8, I recommend downloading the update for it, too, from here.
The template should be visible in VS2012, though, if you've installed the WP8 SDK, so I'm not sure why you can't see them in that.

Develop for Windows Phone 7 (or 7.1) using Visual Studio 2012 (RTM,Premium)

Is it possible to get the WindowsPhone 7.1.1 sdk to work with Visual Studio 2012?
Edit: As stated in the title of my question: I wanted to know whether its possible to develop windows phone 7.1.1 apps using Visual Studio 2012.
I already tried installing the SDK and the hotfix but I still can't open Windows Phone 7.1 projects with VS2012. Hence, my question: Am I missing something obvious or is it simply not possbile?
There we go :) --> Windows Phone SDK 8.0
I have both Visual studio 2012 RTM (for Windows 8 store application development) and Windows phone 7.1.1 SDK in my Windows 8 Release Preview and they are working fine.
And like you, I am also waiting for the Windows Phone 8 SDK.(btw, there is no windows phone 7.8 sdk)
UPDATE: This Windows Phone 8.0 SDK link states that "you can install Windows Phone SDK 7.1 (and the WPSDK 7.1.1 Update) and continue to build apps and games that target Windows Phone 7.5. The existing Windows Phone SDK installs side by side with Visual Studio 2012, and you can feel confident that the code you write today will work on Windows Phone 8 devices."

Resources