I have a massive Visual Studio Solution with many many projects contained within.
The solution uses the SparkView engine and I need to update the reference to a more modern version.
I went through and updated the reference, however something somewhere is still targeting the old dll. It appears in the object browser twice as version 1.1(old) and 1.6(new).
Is there any where to find out all the places a dll is referenced?
I found a neat plugin on the gallery called “Assembly Version Manager” visualstudiogallery.msdn.microsoft.com/… which allowed me to track down all the references