DEV Community

Cover image for how to solve, Exception EAccessViolation in module xampp-control.exe (Solution)
Osman Forhad
Osman Forhad

Posted on • Updated on

how to solve, Exception EAccessViolation in module xampp-control.exe (Solution)

after long time i switch to vale to xampp local server but when i was trying to quite my xampp application its show me an alert like below screen shot:
Alt Text
and the i was trying to solve the issue, that's why i was trying to find out why this is happen and after searching some times i find out how to solve this. the solution procedure is:
first i go to my local xampp directory and then find out the xampp-control.ini file after that i go to the properties of that file after that i go to security tab of that file and then Under security tab i was Select users Everyone and then click to edit permission button and checked in to full control check box and then click Apply and ok. which is like below screen shot:
Alt Text
that's it. all done.
.
Happy Coding.
osman forhad
Mobile & Web Application Developerđź’»

Top comments (2)

Collapse
 
theking2 profile image
theking2

Much easier: after installing XAMPP remove the file c:\XAMPP\xampp-control.ini. It will be recreated with the proper rights the next time XAMPP Control Panel is started.

Collapse
 
loganharwor profile image
Logan-Harwor

Thanks. It works.