I'm trying to use OpenTK via a window in GTK#. Xamarin Studio doesn't have any native GL controls loaded normally, so I tried loading GTKSharp directly from the DLL.
Then dragging over the control
Results in an error.
Has anyone managed to get around this error? Or have a different approach for loading a GL control into a GTK# window.