I loaded some old assemblies in my project yesterday and now when i cannot load them, they appear with a yellow mark on them in the references. I have no idea what the hell i am doing wrong. I really need some help.
+1
A:
when they appear with the yellow mark it means they cannot be found, look at their properties and check that they exist in the place they should. if they dont then re-reference them from another place they exist
PaulStack
2010-09-16 15:17:28
The assembly is 100% in that place. I checked it many times.
gigi
2010-09-16 15:21:03
A:
If you open the Property Toolwindow and click (select) the assmeblies in referneces that show up with a yellow mark, you will see an entry in the property toolwindow for Path
. This is the path that Visual Studio is using to locate the assembly. If the assembly doesn't exist there - you'll get this kind of error.
To fix the problem, either:
- place a copy of the assembly at the location where VS is searching ... or
- remove ad re-add the reference from the correct location.
LBushkin
2010-09-16 15:21:09
Problem solved...i did nothing..i referenced the assembly only from the folder Dependencies of the project and the assembly was there. I am very confused. Your post is very useful for amateurs like me. Thanks you.
gigi
2010-09-16 15:24:47