Loaderlock was detected visual studio 2008, 2010 or 2012
Written by codeadminyou need to go to menu Debug -> Exceptions ( Ctrl + Alt + E ), open the Managed Debugging Assistants, find LoaderLock and uncheck. That’s it…
you need to go to menu Debug -> Exceptions ( Ctrl + Alt + E ), open the Managed Debugging Assistants, find LoaderLock and uncheck. That’s it…
Go to drive:\\wamp\www folder then open index.php at line 30. change $suppress_localhost = true; to $suppress_localhost = false; It will work.
Please uncomment ;extension=php_openssl.dll from both php.ini location wamp\bin\php\php5.4.12\php.ini wamp\bin\apache\Apache2.4.4\bin\php.ini
You could use following code in web.config to show PHP errors instead of 500 on plesk. [snippet id=”30″]