“Sources”参数中指定了多次。“Sources”参数不支持重复项

问题源自于工程文件.cspro 用记事本打开工程文件,发现

    <Compile Include="tt/DbTree.cs" />     <Compile Include="tt/Forum.cs" />     <Compile Include="tt/HomePageDal.cs" />     <Compile Include="tt/HomePageDal.cs" />     <Compile Include="tt/HomeWorkDALC.cs" />

发现两个一模一样的包含文件,删掉一个随之问题解决

相关文章:

  • 2022-12-23
  • 2021-05-26
  • 2021-12-04
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2021-04-07
猜你喜欢
  • 2022-12-23
  • 2021-08-21
  • 2021-12-25
  • 2022-12-23
  • 2021-12-20
  • 2021-07-20
相关资源
相似解决方案