Help installing CADRays

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.

Kirill Gavrilov's picture

Check answer from the other topic.

Wayne Juliano's picture

Thank you

I uninstalled the x86 version and installed the x64 version and that did not change the issue

Kirill Gavrilov's picture

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.

Wayne Juliano's picture

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.