What does it mean if I receive this warning? Does it mean the project is referencing the same assembly from different files?
- Are you using any third party products? Check this post: blueonionsoftware.com/… for possible answerWaleed Al-Balooshi– Waleed Al-Balooshi2010-04-27 02:03:49 +00:00Commented Apr 27, 2010 at 2:03
- possible duplicate of stackoverflow.com/questions/17806/…Matt Hamilton– Matt Hamilton2010-04-27 02:06:26 +00:00Commented Apr 27, 2010 at 2:06
Add a comment |
1 Answer
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.