Question: How do you currently run all (export related) software on your pc:
1 - Under a regular end_user account?
2 - Under the [Run-As-Administrator] option inside the Windows operating system?
Why? Take a close(r) look at the yellow underlinded error-section in the image below:
Error1: Could not load FILE.... can indicate 1 of the following issues
1a - The file is not present at all on your system, so your other software can not find it at all.
1b - The file IS present, but your ssd / harddisk contains errors, to the fiel has been corrupted and thus unusable -> error1
1c - The file IS present, but your program (XtoMDL) have not enough DIRECTORY / FILE ACCESS_RIGHTS to get to that file, in order op OPEN and LOAD it into RAM memory.
Error2: Could not load ASSEMBLY... can indicate 1 of the following issues
2a - This file is not present at all on your system, so your other software can not find it at all
2b - The file (Microsoft DirectX) is not INSTALLED correctly on your system
2c - Your computer operating system has WINDOWS REGISTRY ERRORS, if the XtoMDL asks the location of this file and the link to it is somehow broken.
Possible solutions;
1a - Install that file on your computer again.
1b1 - Check the file-system-integrity of your ssd/harddisk with a dedicated tool for that purpose (see article on the link below)
-
https://www.easeus.com/partition-master/scandisk.html
1b2 - Reinstall that file again after disk-check / repair
1c - Run all related software via the [Run-Ad- Administrator] option (see articles on the link below)
-
https://www.digitalcitizen.life/run-as-admin/
This must give you all the DIRECTORY/FILE_ACCESS_RIGHTS you need to complete this operation successfully.
2a - see 1a
2b - see 1b and/or re-pair or re-installed the latest most recent DirectX 12 drivers on your computer system (see the articles on the links below):
-
https://answers.microsoft.com/en-us...rectx-12/6da9815e-2f82-4042-b640-a3e506b95614
-
https://www.blogsdna.com/34973/directx-12-reinstall-uninstall-repair.htm
-
https://www.getdroidtips.com/uninstall-reinstall-directx-12/
2c1 - Run a "Windows Registry Cleaner" to find (and automatically) fix any broken registry errors (see download links below)
-
https://www.partitionwizard.com/clone-disk/free-registry-cleaner.html
-
https://www.wisecleaner.com/wise-registry-cleaner.html
2c2 - Reinstall (and thus re-register) all relevant software and SDK's that you are currently using on this projects
3 - Let us know what kind of results (or other errors) these solutions have offered you.