Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

When I open my teams project using the open source logger X.dll in Visual Studio 2005 i get the yellow triangle in the reference list and the warning "The referenced compontent "X" could not be found. I tried to remove and re-add the DLL to the references, from several locations. I also tried to set the reference path (which has not been set before), but nothing helps. I tried to delete the project files and get fresh files from Source safe, but that doesnt help either. I suddenly got some strange reference errors when building the project, and since that it refuses to recognize the "X" library.

Any suggestions on how to solve this are welcome, I'm a bit desperate being unable to work on the project.

Thanks,
Kiran
Posted

1 solution

Make sure the component that you are trying to add (i.e. X.dll) is supported in the new framework.
See if you can get the latest version of the component.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900