When I'm trying to start the project with the lastest VisualStudio for Mac the XamMac part won't work.
The MonoMac project still works perfect.
The exeption raises in MacGLView8.cs in Line 95: context = new GraphicsContext(mode, windowInfo, major, minor, flags);
It's an OpenTK.Graphics.GraphicsContextException: The specified window isn't an OpenGL window
When I'm trying to start the project with the lastest VisualStudio for Mac the XamMac part won't work. The MonoMac project still works perfect.
The exeption raises in
MacGLView8.cs
in Line 95:context = new GraphicsContext(mode, windowInfo, major, minor, flags);
It's anOpenTK.Graphics.GraphicsContextException
:The specified window isn't an OpenGL window