Page 1 of 1

PHP.Core.RequestHandler failing to load

PostPosted: March 24th, 2013, 9:20 pm
by johnc
Hi,

I'm attempting to setup phalanger to run on xsp4 on linux. I've been following the instructions here http://wiki.php-compiler.net/Web_Server ... che_(Linux) and believe I've configured both the machine.config and web.config correctly (both .net 2.0 and 4.0 configs).

When trying to access a php file I get:
Failed to load httpHandler type `PHP.Core.RequestHandler, PhpNetCore, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0a8e8c4c76728c71'

Any help would be appreciated.

Re: PHP.Core.RequestHandler failing to load

PostPosted: March 24th, 2013, 11:29 pm
by Jakub Misek
Try to copy PhpNetCore.dll into /Bin subfolder of your application or better, install this assembly into Global Assembly Cache (GAC).

Thanks,

Re: PHP.Core.RequestHandler failing to load

PostPosted: March 25th, 2013, 3:34 am
by johnc
Managed to get it working by following the 3.0 directions instead of the 2.0. Silly wiki search.