0

I update my Visual studio yesterday. Now I have Visual Studio Enterprise 2017, Version 15.6.0 and I dont have create all projects. When I try create WPF project, it displayed this message: enter image description here

When I try create other project, it displayed this message: enter image description here

I tried repair and reinstall Visual Studio. Do you have any advice? Thanks

bluray
  • 1,875
  • 5
  • 36
  • 68

1 Answers1

0

Here is solution.

open Developer Command Prompt for VS2017 (I opened it as admin)

gacutil /u Microsoft.Build.Framework
bluray
  • 1,875
  • 5
  • 36
  • 68