List all references in the Solution by Project and show the acutal Reference used. Sometimes Visual Studio will show an assembly reference path incorrectly when inspecting the properties. Example: the reference path might show /projecta/bin when in actual fact the path is ../packages/something. Also if Visual Studio is unable to find an assembly reference it will display the path as "". Accurate References will parse the Solution and it's Project to show you the actual assembly path. Usage From the main menu > Views > Other Windows > Accurate References. Thanks Many thanks to Janison for the support to write this extension. Looking at you Adrian and Tyson. |