Description
temp TDML File generation from Launch config (when you run a debug session) generated wrong relative file paths when your schema and data files are located in different drive in windows (For example, if you have Cand D drive partitions on your windows machine and if your schema and data files are located on D drive)
This is a edge case found when schema and data files are located on "D" drive on windows but the temp TDML file is generated in "C" drive temp directory.
Steps to Reproduce
Prerequisite: You have two drives on your windows machine (or your schema files and data files are located on external drive)
-
Run a debug session with schema and data file located on external drive or any other drive than windows installation drive (i.e. C drive)
-
Try to create TDML file after initial debug session. (This step will copy TDML file from temp directory to user specified directory). This step automatically resolves paths to relative path for schema, data and infoset files.
-
Open the TDML file from user specified directory and observe the resolved relative path.
Expected Behavior
Relative paths should be resolved to relative path in external directory.
Actual Behavior
It resolves relative paths incorrectly as shown below
Additional Notes and Screenshots (optional)
Environment
- Operating System(s): Windows
- Prerequisite: Two drives on your windows machine (i.e. C and D drives) and schema and data files are located on different drive than windows install drive.
Description
temp TDML File generation from Launch config (when you run a debug session) generated wrong relative file paths when your schema and data files are located in different drive in windows (For example, if you have Cand D drive partitions on your windows machine and if your schema and data files are located on D drive)
This is a edge case found when schema and data files are located on "D" drive on windows but the temp TDML file is generated in "C" drive temp directory.
Steps to Reproduce
Prerequisite: You have two drives on your windows machine (or your schema files and data files are located on external drive)
Run a debug session with schema and data file located on external drive or any other drive than windows installation drive (i.e. C drive)
Try to create TDML file after initial debug session. (This step will copy TDML file from temp directory to user specified directory). This step automatically resolves paths to relative path for schema, data and infoset files.
Open the TDML file from user specified directory and observe the resolved relative path.
Expected Behavior
Relative paths should be resolved to relative path in external directory.
Actual Behavior
It resolves relative paths incorrectly as shown below
Additional Notes and Screenshots (optional)
Environment