Mon, 03/14/2022 - 14:51
Forums:
I get an error while trying to run CADRays "The code execution cannot proceed because MSVCR120.dll was not found..."
I installed Visual Studio 2015 from the following link "https://aka.ms/vs/17/release/vc_redist.x86.exe", with no difference.
Any help will be greatly appreciated. This program is exactly what I need and I have used it very successfully in the past.
Attachments:
Mon, 03/14/2022 - 15:16
Check answer from the other topic.
Mon, 03/14/2022 - 18:40
Thank you
I uninstalled the x86 version and installed the x64 version and that did not change the issue
Mon, 03/14/2022 - 19:45
You don't need to uninstall anything, just installing a correct version of C++ Runtime (VS 2013 from referred topic, not VS 2015 mentioned in your original post) and bitness (64-bit).
If you still see exactly the same error, then either C++ runtime hasn't been installed properly, or you have installed a wrong version.
Mon, 03/14/2022 - 20:53
Thank you -- I did not notice that you were directing me to VS 2013 and I was installing VS 2015. Everything began to work as expected When I installed vcredist_x64.exe as you directed
Thank you again.