Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSVCP110.dll is missing

I’m writing a Sketchup ruby plugin that calls an external c++ application built using visual studios 2012 version 11.0.51106.01. Another machine that tried using the plugin gets an error about MSVCP110.dll being missing. They’ve tried installing the vcredist and it didn’t fix the problem. does anyone know how to fix this?

like image 906
user2507472 Avatar asked Jun 21 '13 03:06

user2507472


1 Answers

You will need to install the correct Redistributable Package from Microsoft. Please note that you cannot just take any of those, you need to pick the one that goes with your very specific version of Visual Studio. The link for example is for VS 2012 SP1. If you have another version, you need another vcredist package.

like image 71
nvoigt Avatar answered Sep 18 '22 20:09

nvoigt