I have assemblies that were created in my work computer. I have copies of these assemblies that I am working with at home.
I have code that gets all components from each configuration in a selected assembly. Then I compare the path name of this component (Component2.GetPathName) to a stored path reference in a database.
This is where the problem arises - because the components are stored in a different location on my home computer, the location that is pointed to by Component2.GetPathName doesn't exist - it is still showing the location it was saved in at work, even when I manually open my assembly in SW and resave it.
Is there a way to update my component path names programatically?