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... _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
