Find references Visual Studio 2010
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
Just off the top of my head why not do a 'find in files' text search with a text editor to search the text source files for the old reference?
精彩评论