Not logged in. · Lost password · Register
Forum: agsXMPP RSS
Avatar
efoxy #1
Member since Jan 2008 · 6 posts
Group memberships: Members
Show profile · Link to this post
Subject: the problem on mono
i complite my code with gmcs,when i run the program i got this message:
(Program.exe:6129): WARNING **: Missing method System.Net.Sockets.Socket::get_OSSupportsIPv6() in assembly /usr/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll, referenced in assembly /home/hzx/jabberclient/agsXMPP.dll
Method not found: 'System.Net.Sockets.Socket.get_OSSupportsIPv6'.

how can i mix this problem.
thanx.
Avatar
efoxy #2
Member since Jan 2008 · 6 posts
Group memberships: Members
Show profile · Link to this post
the version of agsXMPP is 0.92
Avatar
Alex #3
Member since Feb 2003 · 4449 posts · Location: Germany
Group memberships: Administrators, Members
Show profile · Link to this post
Hello,

The OSSupportsIPv6 member came with .NET 2.0 and the ipv6 support.
There define for this in the code (NET_2).

Try to compile with NET_11 if Mono does not support it.

Alex
Close Smaller – Larger + Reply to this post:
Verification code: VeriCode Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys: :-) ;-) :-D :-p :blush: :cool: :rolleyes: :huh: :-/ <_< :-( :'( :#: :scared: 8-( :nuts: :-O
Special characters:
Forum: agsXMPP RSS