Switch to use the WinForms_net461 GlControl for my project because I need newer version 4.6.1 .net framework to work for assimpNet skeleton animation import. I also switch both OpenGl.net.dll and OpenGl.net.winforms.dll references in visual studio 2017 to newer _net461 versions. When running the project, a exception occurred:
OpenGL.GlException: 'invalid enumeration' at CheckErrors function at startup.
Do I have to set the GlControl to something when using newer 4.6.1 framework?