[Mono-aspnet-list] GDA-2 error

Robert Jordan robertj at gmx.net
Mon Jun 21 09:04:23 EDT 2010


On 21.06.2010 14:55, dhav79 wrote:
>
> All,
>
> I recently am running the following configurations:
>
> OS: Windows
>
> Apache: 2.2
>
> MONO: (latest)
> mod_proxy
> XSP
>
> All request to .aspx file is being proxy to the XSP web server.  When I run
> my program it appears to be working, but when attempt to log in my program I
> get this on the page:
>
> gda-2 (THAT'S IT)
>
> There is no error message showing why i get this error.  FYI: I'm not using
> mod_mono, I'm just forwarding all aspx requests to XSP.
>
> Please let me know why this is happening and how I can fix it.

It's happening because you're trying to use an Access database
probably with System.Data.OleDb. This assembly is unmaintained
since 5 years and it probably doesn't work anymore.

Robert



More information about the Mono-aspnet-list mailing list