The application was unable to start correctly (0xc00007b). Click OK to close the application.
If you have the above error, then try one of solutions below
- Install Microsoft Visual C++ run time libraries
https://www.microsoft.com/en-us/download/details.aspx?id=52685
- Check if Port 80 is free, if not the change the Listener in httpd.conf file to some other port
How to Open httpd.conf - Click on WAMP in tray- Click Apache - Click http.conf a file will be opened in notepad/notepad++
Listen 0.0.0.0:80 - Change 80 to 8080 or anything other port
Listen [::0]:80
Server Name localhost:80 - Change to 8080
You can also check in Task Manager if Port 80 is really being used by following below steps
Go to Task Manager - View Menu - Columns- Check Mark (PID)
Go to Process Tab - Show all process and sort by PID and you can see if port 80 is really being used.
- Before starting installation of WAMP, disable IIS and quit Skype and other unwanted applications.
The above solutions should solve the problem