Questions tagged [msvcr120.dll]
7 questions
2
votes
2 answers
Catch MSVCR120 missing error message in Delphi
I wrote an unattended HTTPS upload client which shouldn't require user interaction.
Everything was flawless until I deployed it blindly to a remote system that I do not have a remote desktop access to. The tool reported in logs that SSL libraries…

Paul
- 25,812
- 38
- 124
- 247
1
vote
1 answer
PyCharm CE 2017.2.2: APPCRASH "Python has stopped working" randomly on Windows 7
I'm using Anaconda3 (Python 3.6) as my Python interpreter in PyCharm CE and as the IDE is loading in updates for the interpreter, Windows 7 throws an error. Here is the stack trace
Problem signature:
Problem Event Name: APPCRASH
Application Name: …

gsp5287
- 11
- 1
- 3
1
vote
1 answer
printf / _vsnprintf_l / already defined in msvcrtd.lib(MSVCR120D.dll)
I have project where I want to import library. When I do that (import .lib files from library) and than call any function from library I get following errors:
"C:\Uz\myproj.vcxproj" (default target) (1) ->(Link target) ->
…

user7042812
- 113
- 1
- 12
1
vote
1 answer
msvcp120.dll and msvcr120.dll files breaking my app After nReco.PdfGenerator adds to my bin directory
I have an asp.net mvc web application working fine before I upgraded nreco.pdfgenerator to version 1.1.10. After upgrading to version 1.1.10, whenever a pdf file is generated, the application stops working and just displays the message
Server Error…

Babatunde
- 11
- 4
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…

Mathias Kogler
- 140
- 8
0
votes
0 answers
Faulting module name: MSVCR120.dll - What could be the reason for this error?
I get the following error generated in the windows error log, when my php application tries to call a dll. What could be the reason for this error?
Faulting application name: httpd.exe, version: 2.4.17.0, time stamp: 0x561cc534
Faulting module name:…

Suhail Gupta
- 22,386
- 64
- 200
- 328
-2
votes
1 answer
Can't run VS 2013 projects even though the redistributable is already installed?
I'm trying to use VS 2015 to build and run a project that was originally created in VS 2013. When I do, it gives me an error message saying I can't run it because MSVCR120D.dll is missing from my computer. I tried to install the VS 2013…

Obedai
- 11
- 1