Questions tagged [msvcr100.dll]

C++ Redistribution Package 2010

A dll that is part of the Microsoft Visual C++ 2010 Redistributable Package. Runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2010 installed.

This package installs runtime components of C Runtime (CRT), Standard C++, ATL, MFC, OpenMP and MSDIA libraries.

33 questions
5
votes
2 answers

C++ executable - MSVCR100.dll not found error

I've downloaded and compiled an open-source C++ application, Frhed. When I run the version I've compiled, it demands MSVCR100 and few other dll files (part of Visual C++ redistributable). However, when I run the original precompiled Frhed…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
5
votes
1 answer

Error loading msvcr100.dll (ErrorCode: 126) when webapp is deployed to Azure

I tried to update sql server types nuget package which updated this package to msvcr120.dll but still I am getting the same error: Error loading msvcr120.dll (ErrorCode: 126) Locally, its working fine. Also, I am pushing these dll.s with the build…
Vivek Sharma
  • 87
  • 2
  • 7
4
votes
3 answers

MSVCR110.dll is missing error on wamp running

I install the WAMP server on Windows 7 32 bit edition, but when I run this the error comes MSVCR110.dll is missing. I install Visual C++ 2010 SP1 Redistributable Package x86 : VC10 SP1 vcredist_x86.exe from this location But the problem is…
Axeem
  • 193
  • 1
  • 3
  • 16
2
votes
1 answer

unable to launch SQLDevelper 20.4.0.379

Im having this error when i try to launch sqldeveloper : " unable to launch the java virtual machine locate at path: ERROR: ca,t find msvcr100.dll or msvcp140.dll " java home is configured (i'm using JDK 11.0.9) enter image description here
HHH
  • 21
  • 1
2
votes
2 answers

Inno Setup how to check if MSVCR100.dll exists on the system

I have an Inno Setup-based installer that also includes a WAMP installer inside it. Installing WAMP on some systems requires the installation for Microsoft Visual C++ Redistributables and I have those executables for those redistributables in my…
Dale Julian
  • 1,560
  • 18
  • 35
2
votes
4 answers

wamp server not running even after installing msvcr110.dll

I installed wamp server 2.5 in my windows 8 laptop but during the process I got error of missing msvcr110.dll. So I googled and found out that some redistributable can be installed from microsoft and then wamp server functions properly. But to my…
Shalin Jirawla
  • 489
  • 1
  • 5
  • 24
1
vote
2 answers

MSVCR110.dll is missing wamp can't start although MSVCR package is intalled

i am facing this problem and i don't know how to fix it.i have installed VCR 2010, VCR 2012, VCR 2013 and VCR 2010 (x86) on my machine but still when i want to start WAMP it gives me this message MSVCR110.dll is missing. This snip shot is from my…
user3343955
  • 49
  • 1
  • 1
  • 6
1
vote
1 answer

#PHP-win.exe error missing MSVCR110.dll even installing it wamp server error

I installed wamp server 2.5 in my windows 7 64 bit laptop but during the process I got error of missing msvcr110.dll. So I googled and found out that some redistributable can be installed from microsoft and then wamp server functions properly. But…
Software.abi
  • 11
  • 1
  • 1
  • 2
1
vote
2 answers

Installing the newest version of Wamp server

I'm learning PHP and I'm a newbie in apache, mysql,etc. I tried to install WAMPServer (The current newest version 2.5) but I get the error: msvcr110.dll is missing. I have followed some instructions given here: WAMP shows error 'MSVCR100.dll' is…
berga007
  • 135
  • 1
  • 6
0
votes
0 answers

.dll not dowloaded for photoshop

I have installed the photoshop app on PC but it shows msvcp.dll file not available. I downloaded this file from net and pasted it in system 32 folder and restarted my device. Now it shows some other .dll file. This problem is going on for many .dll…
Helix xxx
  • 41
  • 4
0
votes
2 answers

Native package of JavaFX 8 app with with javafx-maven-plugin on 32-bit Windows fails to load due to MSVCR100.dll missing

I am packaging my app into exe with javafx-maven-plugin. x64 version works well. But then I package x86 version on 32-bit Windows 7 (running in VirtualBox if that's important) with 32-bit JDK 1.8.0_161 and 32-bit Maven. The resulting application…
graynk
  • 131
  • 1
  • 2
  • 17
0
votes
0 answers

snprintf double rounding changed in VS2015 compared to VS2010

I am trying to port an old project from Visual Studio 2010 to Visual Studio 2015. The problem is that snprintf (used with format "%.15g") rounds doubles differently than it used to do with Visual Studio 2010. There are two problems: The e-notation…
0
votes
0 answers

.dll library missing error

I've just installed Wampserver 64 and I get this error while running "api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer". I dowloaded the file, pasted it in sysWOW64 directory but still getting the same error. How do I fix this?
0
votes
1 answer

Failed to write all bytes for MSVCR100.dll

I made a python console exe. It cannot work on windows2008 R2 server. I copy MSVCR100.dll and MSVCP100.dll from another computer onto the dir containing the exe file. It has been working correctly a long time. Today, when start it show that "Failed…
Orz..HM
  • 1
  • 3
0
votes
1 answer

Can i distribute an executable with MSVCR100.dll

I use python to create my executable on windows. My executable depends on MSVCR100.dll. I want to give clients both the executable and the MSVCR100.dll. Do I need special permissions to distribute my exe with the dll or is it fine to distribute the…
yuval
  • 2,848
  • 4
  • 31
  • 51