-1

I tried to run my wamp server 3.0.9, but It does not work with this error message.
enter image description here

I did try to solve this issue with many answers like as;
Aestan Tray Menu Error
How to solve Wampserver Aestan Tray Menu error?

I setup all of VC redist packages; vcredist_x64(2008, 2010, 2012, 2013, 2015,2017). But I can't resolve this issue. Please let me know any ideas.

jwsoftwaregroup
  • 129
  • 1
  • 16
  • Just do a little more research: https://stackoverflow.com/questions/29034252/aestan-tray-menu-error-wamp-server – icecub Jul 20 '17 at 08:33

1 Answers1

0

Because the wampmanager.exe that is the icon in the system tray is still a 32bit app, you also need all the 32bit MSVC Runtimes installed as well.

Remember, 64bit Windows will run 32 bit apps quite happily, therefore installing these is not a waste as you may find other apps that need these runtimes as well.

If you look at the bottom of this page WampServer backup repo you will see they have provided a single installer for all the MSVC Runtimes. So you can install all of the MSVC Runtimes in one simple installer.

You may get a dialog for those runtimes you already have installed, just click REPAIR for those.

Small Note: The first things the install does is throw a dialog telling you that these runtime libraries are required.

And if you did forget to install the MSVC runtimes before installing WAMPServer,it is best to uninstall WAMPServer and the reinstall it once you are sure all the runtimes have been installed

Community
  • 1
  • 1
RiggsFolly
  • 93,638
  • 21
  • 103
  • 149
  • I have done yet, but can't run it. Is this config issue? I upgraded "wampserver3.0.6_x64_apache2.4.23_mysql5.7.14_php5.6.25-7.0.10.exe" file with "wampserver3_x86_x64_update3.0.9.exe" file. Reason? ~ Thx – jwsoftwaregroup Jul 20 '17 at 09:06
  • I know of no reasons why the 3.0.9 upgrade should cause problems. Was everything running happily before the upgrade to 3.0.9 done? – RiggsFolly Jul 20 '17 at 09:12
  • I installed x86 MSVC runtime, but my Wamp wasn't run. so uninstall it, and re-setup a file. At present, it's running without issue. – jwsoftwaregroup Jul 20 '17 at 10:51
  • Ah yes. its always best to install the MSVC runtimes Before installing WAMPServer. – RiggsFolly Jul 20 '17 at 10:52
  • Can't see a single installer, just a zip containing a bunch of installers for each runtime version.. am I being blind? – Arth Aug 01 '18 at 09:24
  • No, unzip the installer into multiple MSVC version installers. Run them one at a time – RiggsFolly Aug 01 '18 at 09:51