Unable to install Windows 10 Sdk Tools - sdk

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! :)

Related

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.

Not Able to Connect with MAC System in Xamarin.IOS using VisualStudio 2017

The Installesd Xamarin.IOS (version 10.8) on the MAC Xamarin Team is not compatible with the local Xamarin.IOS (version 10.2) . PLease select a new server or install the correct Xamarin.IOS versions.
I am getting the above issue while connecting with the MAC from Visual Studio 2017.I did Unistall and Installed VS two times. for this , we have wasted threee days of time.
please anyone provide the solution for the above issue.
Thank you in Advance.
Check the Xamarin.ios updates both on PC and Mac. Download and install all the updates, make the version of your Xamarin.ios up to date.
To check the Xamarin.ios updates on PC:
Open Visual Studio.
Tools->Options...->Xamarin->Other.
Select Stable and click the Check Now button.
On Mac:
Open Visual Studio for Mac.
Click the Visual Studio ... tab right after the Apple icon on the top-left of screen.
Click Check for Updates...
If it is not on stable channel, choose Stable and click on Switch
channel button.
You can check the versions both on PC and Mac for xamarin.ios in VS.
Check the xamarin.ios version on PC:
Help->About Microsoft Visual Studio.
On Mac:
Visual Studio ...->About Visual Studio ...->Show Details.
At this time (9/4/2017), the latest stable version of Xamarin.ios is 10.12. When you update both them, try to connect them again.
References:
Change the Updates
Channel
How can I update the Xamarin.IOS version on my
MAC?

How do I add sdk tools manually to android studio

I downloaded android studio without sdk tools, but I have them already from the eclipse IDE
I want to manually place them where they should be, as when I open android studio it starts downloading the sdk tools automatically, but my data pack is running out, I can't download it!.
Where should I place the sdk tools folder in the android studio files, so that it doesn't attempt to install the sdk tools automatically and just launch the studio directly.
you can setup in first setting.. first time you opened android studio..
android studio will ask which sdk you will use
I reinstalled the software and added the sdk in install configuration process

Template for Windows Phone Apps Development in Visual Studio 2010

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.

Windows Installer project is unsupported in Visual Studio 11 BETA

It says that my windows installer project is unsupported. "ProjectType" = "8:{978C614F-708E-4E1A-B201-565925725DBA}" is in vdproj file. Can i work with it in VS11 beta?
You can still use Windows Service project. It is installer that is not supported by VS11. Accoring to Visual Studio team, old VS Install and Deploy projects (*.vdproj) will not be supported in any future releases starting with VS11. Migrate to WIX.
I encountered the same issue with trying to open a installer package sent to me via another developer, apparently I needed to install the appropriate version of (in Visual Studio):
Microsoft Visual Studio Installer Projects
To open this type of project. Once I did that I was able to open this project type.

Resources