Error CS0246: The type or namespace name 'AssemblyFileVersion' could not be found

前端 未结 2 451
刺人心
刺人心 2021-01-20 21:20

\"enterProperties\\AssemblyInfo.cs(41,12): error CS0246: The type or namespace name \'Assembly

相关标签:
2条回答
  • 2021-01-20 22:16

    I worked it out in the end. I had a NuGet versioning package in TFS which was checking out the AssemblyInfo class and re-adding the AssemblyFileVersion attribute. I turned this feature off as the attribute is not supported by the .NET CF.

    0 讨论(0)
  • 2021-01-20 22:19

    Please try this: Put all those libraries on your build machine. Use NuGet to manage the packages and configure it to pull down the libraries that are missing. You may either want to add them manually.

    0 讨论(0)
提交回复
热议问题