CS0006 Can't find metadata dll, but paths are correct
I have a project,
I don't understand why. The line from
What's going on and how do I fix it?
BestChat.Prefs.GUI.Ctrls.csproj which references the DLL project BestChat.Prefs.Data. I'm getting the error shown below:I don't understand why. The line from
BestChat.Prefs.GUI.Ctrls.csproj is <ProjectReference Include="..\BestChat.Prefs.Data\BestChat.Prefs.Data.csproj" />. BestChat.Prefs.Data is one directory up. So the relative path should be correct.What's going on and how do I fix it?