[Mono-aspnet-list] InvalidOperationException: System.AsyncCallback cannot be serialized
Gonzalo Paniagua Javier
gonzalo.mono at gmail.com
Thu Apr 16 17:09:52 EDT 2009
On Wed, 2009-04-15 at 19:03 -0700, RinatZakirov wrote:
> In my webapp I added an asynchronous Webmethod:
> [code]
> [WebMethod]
> public IAsyncResult BeginReceiveMessages(string sessionId,
> AsyncCallback cb, object s)
> {
> ...
> return asyncResult;
> }
If it works on IIS, please enter a bug report in bugzilla.novell.com and
include a small self-container test case.
Thanks.
-Gonzalo
More information about the Mono-aspnet-list
mailing list