Page 1 of 1

Class XYZ not found

PostPosted: October 13th, 2012, 5:12 am
by Gaulomatic
Hi,

after some hours I've got Phalanger (nearly) working on Ubunto 12.04 LTS running Mono 2.10.8.1 via mono-server4. Invocation of PHP methods works fine, but creating an instance of a .NET class (e.g. System.Net:WebClient from the samples) throws the error "Class 'System\Net\WebClient' not found.".

Many thanks,
Tobias

Re: Class XYZ not found

PostPosted: October 13th, 2012, 9:40 am
by Jakub Misek
This class is defined in System.dll. You have to add this assembly into <classLibrary> configuration section.