C# project File Reference Locations
Visual Studio
1
Posts
1
Posters
3
Views
1
Watching
-
I'm working on a tool that looks at the references in a C# project. Here's a few line from a sample project:
..\\packages\\NLog.4.5.4\\lib\\net45\\NLog.dll
The first one one, PresentationCore, it a .Net assembly. It is located in both the GAC, AND the references location. The second one, NLog, has a relative path. This is easy to find using the project's location. The third one is a 3rd party assembly. I manually searched for it an found it in the GAC. Using C# 1. Is there sure way to find the location of an assembly given this info above? 2. How do you find the correct GAC folder? Thanks
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.