1
Help, Errors, FAQ / Error: 'Enums' does not exist in namespace 'OpenTK.Graphics.OpenGL'
« on: 2010-02-15, 11:53:11 PM »
I am creating a space shooter style game and everything has been working great. I made it originally in SGDK2 v.2.1.2 and after opening the same project in v.2.1.3 I get the following error when I try to compile/run:
c:\Program Files\SGDK213\Library\Projects\zimodian\Display.cs(11,30) : error CS0234: The type or namespace name 'Enums' does not exist in the namespace 'OpenTK.Graphics.OpenGL' (are you missing an assembly reference?)
c:\Program Files\SGDK213\Library\Projects\zimodian\Display.cs(65,32) : error CS0246: The type or namespace name 'GLControl' could not be found (are you missing a using directive or an assembly reference?)
I can still open the project in the older version, so I'm not really sure where to look. All of my problems so far have been simple things that I've figured out, so I'm mostly wondering what silly thing I'm not noticing. Any ideas?
HP m8120n
Core 2 Quad
3GB RAM
NVIDIA 8800GTS
Windows Vista Home Premium SP2
Thanks in advance!
c:\Program Files\SGDK213\Library\Projects\zimodian\Display.cs(11,30) : error CS0234: The type or namespace name 'Enums' does not exist in the namespace 'OpenTK.Graphics.OpenGL' (are you missing an assembly reference?)
c:\Program Files\SGDK213\Library\Projects\zimodian\Display.cs(65,32) : error CS0246: The type or namespace name 'GLControl' could not be found (are you missing a using directive or an assembly reference?)
I can still open the project in the older version, so I'm not really sure where to look. All of my problems so far have been simple things that I've figured out, so I'm mostly wondering what silly thing I'm not noticing. Any ideas?
HP m8120n
Core 2 Quad
3GB RAM
NVIDIA 8800GTS
Windows Vista Home Premium SP2
Thanks in advance!