Re: [Mono-list] udrec.exe doesn´t work anymore after updating SuSE 10 mono packets (1.0.x) to 1.1.12 from go-mono.org

Ben Maurer bmaurer at ximian.com
Sun Dec 25 16:33:15 EST 2005


> Unhandled Exception: System.NotImplementedException: The requested
> feature is  not implemented.
> in <0x0001d> System.Threading.Thread:Interrupt ()
> in <0x000ac> Resend:Acknowledge (.UdpPacket packet)
> in <0x001e6> Record:UdpReceiver ()
> in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
>
> I´ve attached the source code witch includes the method with the
> unhandled  exception. Do i have to contact the author of the software
> about the problem  or is the code perfectly ok and it´s just a problem
> of the new mono release?

We had never implemented this function. However, before it was a nop,
while now we say that it hasn't been implemented. Before, it could have
silently caused bugs in your program. I'm not sure how hard it would be to
implement this.

Somebody else commented about this specific app. The app isn't really
using the threading APIs in the correct way, and could be buggy even on
windows. I'd advise you contact the author.

-- Ben




More information about the Mono-list mailing list