So I am doing a project in .NET and C#. A Assembly reference is missing and it has the little warning sign on it. I am wondering how to see where the visual studio project is looking to where it says this project is not there. How do I do that? By assembly reference I mean when you open the project and then open the references folder where the System.Core and other assembly references are. There doesnt seem to be anything about this, maybe it isnt possible. Any help would be greatly appreciated.
Share
You can open the project file in a text editor and look at the references. There will be a path.
You can also right-click it in solution explorer and look at the properties. There will be a field for “Path” in there.