Why can't I create Shared Project in Visual Studio 2015?

前端 未结 4 419
一向
一向 2020-12-15 04:12

I downloaded visual studio community 2015. I tried to create a Shared Project and am getting an error:

Content from Microsoft.Windows.UI.Xaml.CSharp.targets

4条回答
  •  生来不讨喜
    2020-12-15 04:41

    To fix this issue install the Windows 8/8.1 Project templates.

    All I did was:

    1. Open VS 2015
    2. Click File->New->Project
    3. Choose the only Project template under Windows 8

    This will launch Visual Studio setup where you can install the templates that are missing.

    Then you can create your Project.

提交回复
热议问题