Resolve all assembly references and the physical paths thereof. This is a tool window that can be opened from "View → Other Windows → Assembly Reference Resolver". For more information please see my blog article. Rationale: Sometimes I need to turn an assembly name like “system.xml” or “system.xml,version=2.0” into a path to the actual file for that assembly. This is a tricky problem considering the assembly name might be for a product installed in Program Files or elsewhere. |