i installed the wamp server 2.2e in windows xp. when i start the wamp server it displays the windows error(Aestan Tray Menu has encountered a problem and needs to close. We are sorry for the inconvenience). Can anyone advise how to resolve this issue
4 Answers
Before you install Wamp!
If already installed, then UNINSTALL WAMP(you can backup folders WWW and BIN>mysql>data), and install MS PACKAGES at first:
Microsoft Visual C++ 2008 SP1 Redistributable Package !
( or 2010 or 2012 version..
in some cases, maybe .Net Framework is needed too?))
After that, install WAMP!

- 53,146
- 19
- 236
- 237
-
Tried that, did not work. :( – J86 Oct 09 '14 at 10:46
A few things to check:
- Have you installed the services? It can be a little temperamental the tray, but look for an install services batch file. This will get the apache and mysql services running
- Is your configuration OK? Particularly, check apache's config with
httpd -t
on the command line (make sure that you're in the apache/bin folder if httpd isn't in your path) - Have you got the correct version (32bit versus 64bit)?
- Have you checked your wamp error logs?
- Have you got the pre-requisites installed, such as the Microsoft VC++ redistributable?
If you're still having trouble, checkout the official forum (such as this post http://forum.wampserver.com/read.php?2,53095) and post there for some decent help.

- 7,759
- 6
- 45
- 76
-
I am getting problem at point 2. How to change apache configuration to start? Please help. – Somnath Muluk Jan 27 '13 at 17:20
-
Click the Aestran tray, scroll to Apache, then click httpd.conf, which will open the config file in an editor. What error do you get when you run `httpd -t`?\ – LeonardChallis Jan 29 '13 at 19:35
-
Thanks for response. Now problem is solved. I tried http://stackoverflow.com/a/14550573/1045444. – Somnath Muluk Jan 30 '13 at 02:29
Migh be the same issue (have to install Microsoft Visual C++ 2008 Redistributable Package) :
Not able to launch WAMP - Aestan Tray Menu has stopped working
Try to install .Net framework Latest version. Link: http://www.microsoft.com/en-us/download/details.aspx?id=21 Before Installing WAMP make sure that you uninstalled old versions.

- 1