Could not load file or assembly 'System.Security.Principal.Windows'

后端 未结 9 707
不思量自难忘°
不思量自难忘° 2021-02-06 20:29

Solution has compiled successfully, but after I added an existing class file to the project, this error appeared:

The specified task executable \"csc.exe\

9条回答
  •  盖世英雄少女心
    2021-02-06 21:12

    I had the same issue after I upgraded Microsoft.Net.Compiler from 2.8.2 to 2.9.0. After I downgraded to 2.8.2 projects compiled without any errors.

提交回复
热议问题