2022-12-19 03:06 AM
2022-12-19 10:05 AM
Hello @ASinh.5,
The file MFC140.DLL is part d the Visual C++ Redistributable for Visual Studio 2015.
Try to download and install the appropriate Microsoft MSVC Redistributable package, this may resolve these errors.
Imen
2022-12-19 10:05 AM
Hello @ASinh.5,
The file MFC140.DLL is part d the Visual C++ Redistributable for Visual Studio 2015.
Try to download and install the appropriate Microsoft MSVC Redistributable package, this may resolve these errors.
Imen
2022-12-19 11:20 AM
As Imen says, you need the redistributables, in dealing with assorted Win10 and Win11 installation issues I found the following to save a lot of guessing about interdependencies, where you'd fix one thing, for another to pop up.
https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/
2022-12-19 12:04 PM
At last the Microsoft has also made a easy to use site for all of the redistributable downloads:
https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist
In this particular case the VS2015 runtime is necessary, but it's recommended to just install the 2015-2022 unified package.
2022-12-22 04:41 AM
Thank you for all your replies, They really helped me to resolve the issue.