views:

70

answers:

4

I had added some references to my C# Windows Projects through the Solution Explorer. When I am trying to load the same project on another machine, I see a yellow mark on all the references that Visual Studio is not able to detect. Therefore, I installed all the libraries that were being referenced, but still Visual Studio is not updating the list. It is still showing yellow mark. Why?

A: 

Try recompiling the solution. Sometimes when you add references to the folder that haven't been there before Visual Studio still shows the yellow exclamation marks.

Darin Dimitrov
A: 

I've found myself that I need to re-add each reference to clear the warning, not sure why. There you'd probably need to ask the VS dev team.

Lazarus
A: 

Ensure that they are all referenced using relative paths, because it sounds like it just can't find them in your file structure.

Fiona Holder
A: 

verify the versions for dll installed on both machines are same, if not then correct it or change the referenced dll's property 'specific version' as false in project

scorpio