Lorenzo Viola wrote:
> Apache2 was crashing because of this line of code...
> 
> DbCommandBuilder idbCommBuild = null;
> idbCommBuild = new MySqlCommandBuilder((MySqlDataAdapter)da);
> idbCommBuild.ConflictOption = ConflictOption.OverwriteChanges;
> 
> 
> the ConflictOption was needed for the Mysql .NET Windows connector to 
> work.....................
> 
> Sorry for bothering anyone on the list...
> Anyway , I really hope for an ASP.Net debugger...
> 
> Loosing days of work for such errors is a real pain...
> 
> What can I do to help about the ASP.Net debugger ?
> 
> It would be better for me to invest time helping on the debugger,
> than loosing time catching bugs without it...


It would be really nice, if you would try to find out why the line

        idbCommBuild.ConflictOption = ConflictOption.OverwriteChanges;

is crashing MySqlClient, respectively Mono.

Robert

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to