[Mono-devel-list] problem with mod-mono (mono 1.0, mod-mono-server 1.0)

Maciej Liżewski krycek at 3-e.pl
Tue Jul 13 04:44:15 EDT 2004


-- 
Pozdrawiam
Maciej Lizewski [mailto: Maciej.Lizewski at 3-e.pl]

----- Original Message ----- 
From: "Francisco Figueiredo Jr." <fxjrlists at yahoo.com.br>
To: "Maciej Liżewski" <krycek at 3-e.pl>
Sent: Monday, July 12, 2004 10:51 PM
Subject: Re: [Mono-devel-list] problem with paths for assemblies (mono 1.0,
mod-mono-server 1.0)

> | There is another thing with Mono.Data.DataTools Fill method - it doesn't
> | work with Npgsql nor ByteFX connections to fill the DataSet object... I
> | can't find any working example.
> | using code like this:
> |         NpgsqlDataAdapter ad = new NpgsqlDataAdapter(dbcmd);
> |
> |         DataSet ds = new DataSet();
> |         ad.Fill(ds);
> | results in:
> |
> | The remote server returned an error: (500) Internal Server Error.
> | The object was used after being disposed.
> |
>
> Hmmmmm, strange.
> Did you try post a message in the list about that?
>
> | under ASP.NET (mod-mono-server), but under command line mono environment
> | works fine... How can I debug what is wront under ASP.NET?
> |
>
> You could use the xsp asp.net server.
> It is the server used to debug and develop asp.net. You can find it in
> its own module called xsp in cvs or in the downloads.
>
> You can start it with mono --debug xsp.exe so you can get the stack
> trace if you get any problems.
>

Under xsp my example works fine... So there is some bug under mod-mono

> I hope it helps.
>
> Regards,
>
> Francisco Figueiredo Jr.
>




More information about the Mono-devel-list mailing list