2

Just installed vs 2017 and trying to load a project. I am running windows 10 (which has .NET 4.7) but I keep getting this error. I also can't install using the vs installer as the component isn't there. Anyone had this issue yet?

enter image description here

1 Answer 1

3

Try installing the targeting pack directly from the command line

vs_installer.exe modify --installPath "D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional" --Add Microsoft.Net.ComponentGroup.4.7.DeveloperTools --focusedUi

Or just download the targeting pack and install it manually.

Also I think you need to update your windows to get it built in. You are running version 1511, .NET 4.7 gets installed with the version 1703 update (aka "Creators Update") .

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.