I just installed the latest WAMP on windows 7 64bit. The installation was successful but now WAMP doesn't open. It says 'Aestan Tray Menu has stopped working' and when I click on 'Close Program' it shows the error 'Exception Exception in module wampmanager.exe at 000F15A0. Could not execute run action: . '

Please tell me how can I fix this.

link|improve this question
feedback

migrated from serverfault.com Dec 31 '11 at 6:50

This question came from our site for system administrators and desktop support professionals.

2 Answers

First check whether you have installed 32 bit or 64 bit version of WAMP. Reference this

  1. Install the 64-bit Windows OS and keep the WAMP Server's 64-bit installation as it is. --OR--
  2. Install the 32-bit version of WAMP Server on the current Windows 32-bit OS.

Secondly, If you have installed correct version then follow this link the will clear much about this issue.

You need the Microsoft Visual C++ 2008 Redistributable Package
http://www.microsoft.com/download/en/details.aspx?id=29 (x86)
http://www.microsoft.com/download/en/details.aspx?id=15336 (x64)

link|improve this answer
feedback

The error with exception 000F15A0 means caused by the windows runtime . So, install the Visual C++ 2008 runtime and run the wamp. The error will be gone.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.