Suzanne Cook's .NET CLR NotesCommon Language Runtime DeveloperDetermining the Referencing Assembly- November 15, 2003 Say you're debugging your application and you see that version 1.0 of an assembly is being loaded when you thought it should be version 2.0. Where is the reference to 1.0 coming from The easiest way to find out is to look at the Fusion log for this bind. If the version 1.0 assembly was successfully loaded, use the ForceLog"Log all binds" option of FusLogVw. Then, look for the line in the log showing the calling assembly: Calling assembly : referencingAssembly, Version=1.0.0.0,...http://blogs.msdn.com/suzcook/archive/2003/11/14/determining-the-referencing-assembly.aspx |