easyPHP-DevServer 13.1 apache unexpected error - apache

I'm running Win 8.1 for 64 bit processor and installed easyPHP-DevServer 13.1 VC11 and MySQL 5.6.12 update.I'm trying to run it locally on my laptop. When I start easyPHP MySQL runs but apache log gives "unexpected error" and stops. I also get "MSVCR110.dll" is missing error. I installed the missing .dll but when I start easyPHP it still can't find it the .dll. The link for downloading the missing MSVCR110.dll is
http://search.microsoft.com/en-us/DownloadResults.aspx?rf=sp&q=microsoft%20visual%20c%2B%2B%202010%20sp1%20redistributable%20package
I learned on another forum to use the 2010 package not the 2012.
I need an answer for getting easyPHP to find the .dll and how to get apache running.

I'll take a guess and say that you need to download the x86 version of the Visual Studio redistributable. Even though I'm running a 64 bit machine, only the x86 version of the redistributable worked for me (I only tried VS 2012).
After that, Apache ran with no further problems.

Copy the folder of Apache (apache-tomcat-7.0.54) to the directory C:\Program Files (x86) and then just install again EasyPHP and it works. (I have the same problem and it's resolved by this method.)

I had the same problem... My solutions is download Microsoft movie maker. This solutions always work for me...
Here is a URL http://windows.microsoft.com/cs-cz/windows/movie-maker
But be careful, if u will install from windows essentials 2012, u must select 2nd choice. Like "Select programs, will be install" and select only pictures and movie maker

Related

SQL service (im Wamp) fail to start in Windows 10 Pc

PHP and apache run fine. But SQL service doesn't start. A dialogue box pops up with the message:
the application could not be started (0xc000007b)
I have already tried:
installing all the dll files
with admin mode
wamp 64 bit and 32 bit
visual c++ 2015 - 64 bit already installed
'important' instructions during installation are followed
Have you tried Compatibility for Win7 or Win8.
Also, Windows Updates went out just the other day. Have you tried uninstalling the Latest KB's from it and Reboot?

does changing an operating system solve the .dll file issues?

I tried installing Xammp on my pc (windows 8.1) and it says api-ms-....dll is missing. I have tried every solution I've seen online like upgrading my OS, downloading and installing a new visual studio redistributed 2015 but still not working. please would changing the OS solve this problem?
My question is, does changing the OS from maybe windows 8.1 to windows 7 solve this problem? because I have tried most of the online solutions but still having the same issue
You need to install the following windows update: KB2999226 (Update for Universal C Runtime in Windows)
The missing dll api-ms-win-crt-runtime-l1-1-0.dll is installed with a Windows update. To resolve this issue, download and install the Update for Universal C Runtime in Windows from Microsoft. (Source)
Sidenote: The details page from Microsoft was last updated in Jan 2017. You probably should install all other updates that have been released since then.

Error writing to file when installing SQL Server 2012 64 bit

When trying to install SQL server 2012 x64 I get this error:
Error writing to file: Microsoft.AnalysisServices.SPClient.Interfaces.DLL. Verify that you have access to that directory.
I've tried installing older versions and it always comes up with the same error.
In another post someone said install .NET 4.0 but when I try to install it it says I already have it installed so the installation won't continue.
Please help.
try reinstall .net framework sometimes it's bugged. and second make sure you got fresh installed + complete. I already every time install and reinstall no problem tough.
what OS do you used btw?...

Dll file is missing When i Install Wamp server

Hai Guys GoodNoon To all.
When I trying to install Wamp Server2.5v in Windows 7 64bit OS I get this error
The Program can't start Because MSVCR110.dll is missing from your computer Try Reinstalling...
I googled For this Problem.. But no Solution is helping for me ..
1)I dwonloaded dll file and pasted in related path,
2)Also Downloaded VC10 SP1 vcredist_x64.exe and insatlled
3)also downloaded Both version 2.5 2nd 2.4. for both 64 and 32 bit OS.
Nothing is so far solve that issue.Please help me install Wamp server. Advance Thanks Too All..
msvcr110.dll is a c run time library file that is needed to be present in your system . just download this file and placed it in C-> windows -> system32
and uninstall wamp then install again
Note : if it it give error for another file missing . download those files and proceed as same
other files may be :
msvcr100.dll
msvcp110.dll
msvcp100.dll
http://forum.wampserver.com/read.php?2,123608
Read this, there are some solution on their forum, and comments of other people who have the same problem.
Maybe you missing Microsoft Visual C++ 2008 Redistributable Package (x64) or Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)

WampServer: php-win.exe The program can't start because MSVCR110.dll is missing

if I try to install WampServer the above error appears. I already tried to install all the programs which were recommended, for example here:
WAMP shows error 'MSVCR100.dll' is missing when install
But nothing helps. What can I do to install WampServer?
During the download of wamp server from wampserver website you get a warning..
WARNING : Vous devez avoir installé Visual Studio 2012 : VC 11
vcredist_x64/86.exe Visual Studio 2012 VC 11 vcredist_x64/86.exe :
http://www.microsoft.com/en-us/download/details.aspx?id=30679
So if you install the vcredist_xxx.exe it will be ok
What solves my problem:
I am using 64 bit Windows 7, so I thought I could install 64 bit Wamp. After I Installed the 32-bit version the error does not appear. So something in the developing process at Wamp went wrong...
As far as I am aware, the MSVCRxxx.dlls are in %SystemRoot%\System32 (usually C:\Windows\System32).
The xxx refers to the version of the MS Visual C Runtime (hence MSVCR...)
However, the complication seems to be that the xxx version is not the same as the two digits of the year "version".
For example, Visual C Runtime 2013 yields MSVCR120.dll and "...Runtime 2012" yields MSVCR110.dll. And then Microsoft packages these as vcredist_x86.exe or vcredist_x64.exe, seemingly irrespective of the xxx version or the Visual Studio version number (2012, 2013 etc) - confused? You have every right to be!
So, firstly, you need to determine whether you need 32 bit, 64 bit or even both (some PHP distributions apparently do need both), then download the relevant vcredist... for the bits AND for the Visual Studio version. As far as I can tell, the only way to tell which vcredist... you have is to start to install it. Recent versions give an intro screen that quotes the Visual Studio version and the xxx version. I have renamed by vcredists to something like vcredist_x64_2012_V11.exe.
[EDIT] Forgot to add earlier that if you are simply looking to "install" the missing DLL (as opposed to resolve some bigger set of issues), then you probably won't do any harm by simply installing the relevant vcredist for your architecture (32 bit, 64 bit) and "missing" version.
Windows 10 x64 released August 2015 - same issue arising. MSVCR110.dll is also found in the sysWOW64 folder (which is where I found it, copying to system32 does not help). To resolve:
uninstall the x86 versions of VC 11 vcredist_x64/86.exe for 2012 and 2013
uninstall WAMP Server 2.5
delete (maybe back up first) the WAMP folder
restart windows
reinstall WAMP 2.5
Hopefully like me you have a MySQL database backup handy!