Page 1 of 1

Phalanger 4.0: Could not find any resources

PostPosted: April 9th, 2014, 1:42 am
by johnc
I don't know if you want a separate thread for feedback on the 4.0 preview or not but I've hit a problem setting the timezone.

Code: Select all
date_default_timezone_set( 'UTC' );


will throw exception:

Code: Select all
Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "PHP.Strings.resources" was correctly embedded or linked into assembly "PhpNetClassLibrary" at compile time, or that all the satellite assemblies required are loadable and fully signed.


Code: Select all
Exception Details: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "PHP.Strings.resources" was correctly embedded or linked into assembly "PhpNetClassLibrary" at compile time, or that all the satellite assemblies required are loadable and fully signed.


I added a reference to PhpNetCore and PhpNetClassLibrary but to no avail.

Re: Phalanger 4.0: Could not find any resources

PostPosted: April 9th, 2014, 12:50 pm
by Jakub Misek
Thank you. I've moved this question into the Phalanger forum

We've fixed this in PhpNetClassLibrary.dll (latest sources at https://github.com/DEVSENSE/Phalanger). I'll update installer with the new Phalanger periodically.

Thanks,