I have a teststand workspace file that was created on a pc where the base directory was
C:\TSProjects\Project-1
The deployment built without a problem, deployed everything worked. All the paths in the workstation and the sequences are setup to be relative.
I have a new PC where the TS/Labview based directory of code modules is
C:\CompanyName\TSProjects\Project-1
When I open up the workspace or deployment, it does not find anything. All the links are broken. I added the directory path to search directories and re-opened everything but it still does not have.
This is becoming a problem as we have added new developers who all have slightly different paths. We are all cognizant about linking with relative paths but are running in to issue creating deployment.
Any suggestions on what we may be doing wrong?