简体   繁体   English

该程序无法启动,因为缺少msvcr100.dll

[英]the program can't start because msvcr100.dll is missing

I was working on a symfony project and my current wamp wasn't good enough (PHP version to low) so I downloaded the latest version of wamp and had trouble installing it. 我当时正在从事一个symfony项目,而我当前的wamp还不够好(PHP版本过低),所以我下载了最新版本的wamp,但安装时遇到了麻烦。

I read the notice before downloading that I had to install 'Visual C++ Redistributable ...' 下载前,我已阅读有关必须安装“ Visual C ++ Redistributable ...”的通知。

在此处输入图片说明

But still I recieve the error the program can't start because msvcr100.dll is missing 但是我仍然收到错误消息the program can't start because msvcr100.dll is missing

Update: 更新:

在此处输入图片说明

同时安装x64和x86版本。

Make sure the "Path" system variable contains the location of the dll. 确保“路径”系统变量包含dll的位置。 An easy way to check it is by opening Prompt Command and typing the name of the dll - if the system finds the dll the Path contains a reference to it, if not you should add it in the Path. 一种简单的检查方法是打开“提示符命令”并键入dll的名称-如果系统找到dll,则Path包含对该引用的引用,否则请添加到Path中。
Also make sure that the dll version that the system finds is the the correct version - X64 or X86, if not just change the Path. 还要确保系统找到的dll版本是正确的版本-X64或X86(如果不只是更改路径)。

I think there was a problem with the laptop. 我认为笔记本电脑有问题。 I tried reinstalling everything and still nothing (I mean windows reset). 我尝试重新安装所有内容,但仍然不执行任何操作(我的意思是Windows重置)。 I then (if I remember correctly) did the same installation on another laptop and it worked without a problem so i have no clue what the problem really was and never got it fixed. 然后,我(如果我没记错的话)在另一台笔记本电脑上进行了相同的安装,并且没有问题,因此我不知道问题出在哪里,也从未解决过。

But I ended up buying a macbook pro and gave that windows laptop to someone else. 但是我最终购买了Macbook Pro,然后将该Windows笔记本电脑交给了其他人。 So this issue wasn't really resolved but I like I said, it was probably a problem with the laptop itself. 因此,这个问题并未得到真正解决,但我喜欢我说过,这可能是笔记本电脑本身存在的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM