Hi MCJ_842
Welcome to the Microsoft Community
Understanding your problem, you have encountered a DLL file error
Run the Microsoft Repair Tool:
Use Microsoft's “Framework Repair Tool” to fix potential framework or system issues.
Reinstall the Visual C++ Runtime Library:
Many CAD programs rely on the Visual C++ Runtime Library. Ensure that all versions of the Visual C++ runtime libraries are installed correctly and attempt to reinstall them (all versions from 2005 to 2022).
Trying to re-register the DLL files can solve problems caused by corrupt or missing DLL registration information.
To re-register all DLL files in the System32 directory, run cmd as administrator and enter the following command and run it
for %1 in (%windir%\System32*.dll) do regsvr32.exe /s %1
If the above does not work try upgrading in place
Disclaimer: Let's try to perform an in-place upgrade, which will refresh your Windows files and operating system without deleting files or applications. However, we still recommend backing up your computer in advance if it contains important data.
Once you have completed the backup, please follow the steps detailed in this thread: **** How to run In-place upgrade in Windows 11 - Microsoft Community
Contact me if you need anything else.
Best wishes
Merek.Z - MSFT | Microsoft Community Support Specialist