[Mono-list] Missing method

Matthew Winter wintermi at teratools.com
Thu Dec 23 09:59:00 EST 2010


Hi,

I wrote a simple command utility which retrieves data from a database and outputs it to a file. The development and testing was done on Windows.

The aim is to run the same utility on a RHEL 4 server, which was why I compiled and installed from source Mono 2.8.1 (as I could not find a binary package for RHEL 4)

The message itself comes from the .NET Data Provider. The command utility seems to be working with no other issues.

The mono website suggests this class is covered, which is why I am thinking I have missed something in the installation.

Thanks for you help.

Regards
Matthew Winter


On 23/12/2010, at 11:57 PM, Robert Jordan wrote:

> On 23.12.2010 13:37, Matthew Winter wrote:
>> Hi,
>> 
>> After compiling and installing from source Mono 2.8.1, on a RHEL 4 platform.
>> 
>> I am receiving the following Missing method message:
>> 
>> 	Missing method System.Net.Sockets.Socket::BeginConnect(IPAddress[], int, AsyncCallback, object)
> 
> Did this message come out of the air? :) What have you done to get it?
> 
>> Did I miss something in the installation?
> 
> The answer depends on the question above. I guess that you did not 
> compile and install a matching xsp and/or mod_mono...
> 
> Robert
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list