VS2005: Found conflicts between different version of the same dependent assembly
What d开发者_Go百科oes it mean if I receive this warning? Does it mean the project is referencing the same assembly from different files?
This can commonly occur if a "project reference" has somehow reverted to a file reference. If you have a project that is referencing other projects, try removing those references and re-adding them. It can also occur if two dependent projects each reference a different version of a third assembly.
精彩评论