Unable to resolve links of a sub assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an assembly that i copy and rename that consists parts and sub assemblies that I copy and rename too.
I Also have this code that copies the assembly and all the parts linked to it and renames them and replace all references to the new renamed parts/sub assemblies.
it works fine for all sub assemblies and parts but one link that does not resolve, and I find it really confusing because when I debug the code I can see that the file link is supposed to be resolved.
Also when I go to resolve the link manually it opens up to the path the new reference is placed and not the old one, and when If I close and reopen the assembly and try to go resolve the link it the question mark symbol indicating that there is a reference broken or missing just disappears as if the link solved itself and no longer need to be resolved.
Has anyone encountered such a behavior before
I attached the code and the assembly I am trying to copy