问题描述
最近我已从Windows 7 64升级到Windows 10 64.在此之前,我曾经像魅力一样运行过WAMPServer,但是现在它不起作用了.每当我启动它时,我都会使服务器脱机.单击联机"只会导致弹出无法执行服务操作"错误.我已经尝试过重新安装Visual Studio 2012 Update 4的Visual C ++ Redistributable,重命名localhost并从80监听到8080,关闭skype,但这些都不起作用.
Recently I have upgraded from windows 7 64 to windows 10 64.Before that I've had WAMPServer running like a charm, but now it doesn't work.Whenever I launch it I get the server offline. Clicking on the "put online" results only in getting the "could not perform service action" error pop up.I have already tried reinstalling Visual C++ Redistributable for Visual Studio 2012 Update 4, renaming the localhost and listen from 80 to 8080, turning off skype, none of these worked.
有人知道解决此错误的其他方法吗?
Does anybody know of a different solution to fixing this error?
推荐答案
您还应该检查HOSTS文件.我认为在W10中它是空的.
You should also check the HOSTS file. It comes empty I think in W10.
确保您至少有
127.0.0.1 localhost
::1 localhost
在第1列中没有'#`注释
您还可能无意中安装了IIS. MS似乎认为这是一个好主意.检查并确认是否不使用它,将其卸载.
Also you may well have inadvertantly installed IIS. MS seem to think this is a good idea lately. Check and if you are not using it, uninstall it.
这篇关于WAMPServer在Windows 10上无法正常工作,“无法执行服务操作",的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!