1
votes

I work on a project with one more developer and we share our code via Git, everything works great until yesterday, after I pulled the last commit, All my references got Yellow triangle with the following Warning:

The referenced component '------' could not be found.       

also you can see it in the screenshot bellow:

I want to fix it, i didn't find solutions for this problem. I'll be happy to get your help! Thanks.

2
Did you try and "build" the solution? Is your solution set up to get the missing packages from nuget on build?Hans Kesting

2 Answers

0
votes

The good way to solve this is to delete the reference and Install it from nuget again. Or pull the DLL from Git individually and then add them to the project.

0
votes

Have you tried checking that App.config & web.config aren't damaged and that Nuget packages are restored/installed in an existing directory?