Template for Windows Phone Apps Development in Visual Studio 2010 - sdk

I have Visual Studio 2010 Professional installed but it does not give option to develop windows phone apps. Is there any template that I can download for this or any other solution so that i can carry out win apps development with my current Visual Studio.

First of all, you have to download and install this:
Windows Phone SDK
You can choose here which version you want to install. The SDK provides an emulator and several other tools for developing Windows Phone apps as well as templates for Visual Studio.
Hope this helps.

Related

VS2019 without Windows 8.1 SDK

I'm trying to run an already functional application that requires the Windows 8.1 SDK.
I installed Visual Studio 2019, but there is no option in the 8.1 SDK.
This is for a Windows 10 using Visual Studio 2019 last update.
On my old computer, there was the option to select in "Individual Components", but now no longer the encounter. Does anyone know if there is no such support on VS2019? Or is it necessary to install something more for the support to appear?
This is expected as it is marked as deprecated in Visual Studio 2019:
The Windows 8.1 SDK is no longer available in the Visual Studio
installer. Please upgrade your C++ projects to the latest Windows 10
SDK. If you have a hard dependency on 8.1, you can download it from
the Windows SDK archive.
So download and install the SDK from here.

how to repair Xamarin studio

I have already install Xamarin Studio 6.0
Now I Want to install Xamarin.android for android apps development (because checkbox is disabled).
How I can modify this component.
As far as I know, Microsoft Visual Studio for Mac now completely replaced Xamarin Studio. Last version of Xamarin Studio I had installed was marked as damaged or corrupted on my Mac so I just moved it into Trash and installed Visual Studio for Mac. After that I was able to install new versions of Xamarin.Android, Xamarin.iOS et cetera.

Are there any Code coverage tool for Universal Windows Package apps

I am building a Universal Windows Package apps for Win10 and would like code coverage done for it but the Visual Studio Enterprise edition doesn't support code coverage for Windows Store or Windows Phone apps. Are there any tools out there, that would do code coverage. dotCover by Jetbrains doesnt work with UWP either
Unfortunately, the answer is no - there is no code coverage support yet for UWP apps in Visual Studio 2017.

Unable to install Windows 10 Sdk Tools

I have Windows 10 build 10532 with Visual Studio 2015 Community edition. Since VS 2015 RTM does not come with Windows 10 tools, I wanted to download and install it. When I run the intallation file Visual Studio block set up and gives an error
Invalid entries passed to /Filterfeatureselectiontree swich.
What should I do?
The Windows SDK receives updates separately from Visual Studio releases, so you may have to reinstall/update the Windows SDK.
You can trigger the latest install from within Visual Studio.
First, make sure you have the latest Visual Studio 2015 from http://aka.ms/vs2015ce
From the File menu, click File|New|Project
In the "New Project" dialog box, choose the Universal item on the left panel under Templates/Visual C#/Windows/Universal
On the right panel, note that you will either have some Win10 templates or a single item that suggests that you need to download the Win10 SDK. (You may see both templates and the download suggestion if have an older version of the SDK and there is a newer version available)
Click on the item to download the new Win10 SDK and click OK.
This should kick off the download/install process and you may be prompted to close Visual Studio as soon the installer is running.
When it's all done, go back to File|New|Project and try to create a blank app project.
Hope that helps! :)

What do I need to install to develop Windows Phone app?

This might be a silly problem. My laptop has Windows 7. I have installed Visual Studio 2012. But there is no Windows Phone project. I have tried to install Windows Phone sdk 8 but it says that I need Windows 8 to install that.
I have tried to install Windows Phone sdk 7 but it says that I need Visual Studio 2010 service pack. I don't know what to do next.
You can't install the Windows Phone 8 SDK on Windows 7, so if you want to develop on Windows 7, you'll have to install the Windows Phone 7 SDK.
It includes Visual Studio 2010 Express for Windows Phone. If you already have VS2010 installed, the SP1 is indeed required.

Resources