I am creating an usercontrol contains a "Tao.Platform.Windows.SimpleOpenGlControl" .
In my control's constructor, I have

InitializeComponent();
ogl1.InitializeContexts();

.
My problem:
When I use the control on a "Windows Forms Application" it's ok, but if I hibernate the computer, when visual studio is open and form that contains the control, is in design mode, after hibernate this error comes up:

Fatal Error
can not activate the gl rendering context

What's wrong here?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.