We are developping a GUI on Windows with GTK# (2.10) and Glade#. There is some serious stability problems : random AccessViolationException with .NET 2.0 runtime.
Most of time, it occures in a custom TreeView render method when trying to access model, ex :
model.GetValue(iter, 0)It seems that this problem was reported a few months ago :
http://lists.ximian.com/pipermail/gtk-sharp-list/2006-April/007108.htmlhttp://lists.ximian.com/pipermail/glade-users/2004-December/002295.htmlAny idea ?
Thanks
Pascal