zoukankan      html  css  js  c++  java
  • How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows

    原文出处

    How to fix “The program can’t start because MSVCR110.dll is missing from your computer.” error on Windows

    Category: Solutions Windows
    Created: Sunday, 07 April 2013 by Bastian W.
    If you run a application and got the error message "The program can’t start because MSVCR110.dll is missing from your computer." then the Microsoft Visual C++ Redistributable is missing on the current computer.

    This error appears when you wish to run a software which require the Microsoft Visual C++ Redistributable 2012. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition.

    Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version. If you do not know which version you need to install, start to install the 32 bit version and if you still got the error install then the 64 bit version. On a 32 bit OS you can install only the 32 bit redistributable.

    You need to install the correct Microsoft Visual C++ Redistributable. If the software you wish to run require the 2012 DLLs it will not start with the 2010 ones.

    You can install both versions on the same computer at the same time (if this is a 64bit OS).

  • 相关阅读:
    静下来好好学习
    深入学习Redis主从复制
    深入学习Redis持久化
    TPS、并发用户数、吞吐量关系
    P1067 多项式输出
    P1014 Cantor表
    P2089 烤鸡
    P1579 哥德巴赫猜想(升级版)
    P1217 [USACO1.5]回文质数 Prime Palindromes
    校内比赛 城市交通费
  • 原文地址:https://www.cnblogs.com/quixon/p/4818932.html
Copyright © 2011-2022 走看看