79454170

Date: 2025-02-20 10:39:02
Score: 0.5
Natty:
Report link

Another (more simple) consideration to add to the others so far.

Due to a security audit, our IT guy removed Visual Studio components - which seemed to break the loading of my solution / VS marked most of my projects with a ' (incompatible)' suffix.

I finally got to the stage of only one project not building (- in relation to this question).

So I renamed the 'obj' & 'bin' directories/folders, giving them both an '_Org' suffix, and kicked-off a rebuild; but that seemed to be the issue - in my specific case, it must have been picking up the duplicate '.NETCoreApp,Version=v8.0.AssemblyAttributes.cs' file, so I deleted (/moved) both of the '_Org' directories/folders, performed a rebuild, and the error disappeared.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: DennisVM-D2i