Error 1 The name ‘Resources’ does not exist in the current context C:\Users\norm\AppData\Local\Temporary Projects\MFWindowApplication1\Program.cs 89 25 MFWindowApplication1
I have spent several hours messing with this to no avail…what resource is missing, where is it. & how do I include it? Or is there something else wrong entirely? It seems like this demo should be simple, but what is the secret?
I know the documentation says to start with a “Window Application”, but you might try starting with a “FEZ Cobra Window Application”. The FEZ project templates are what you normally start with and they have the normal resources already referenced. I don’t have a Cobra, so this is a bit of a shot in the dark…
You said the error is on the line that gets a font from resources. You need to add a font to your resources.
The easiest way for this, start with standard window application, which already includes one or 2 fonts then you can modify the code with what we provide. I do not recommend this.
Another way is to copy one of the fonts from one of the provided examples to your project. This is the right option, not the one I pointer earlier.
How to add a resource? The link I pointed before http://wiki.tinyclr.com/index.php?title=Loading_Resources
Where to find font file (small.tinyfont is what the example uses)? It is here C:\Users\Gus Issa\Documents\Microsoft .NET Micro Framework 4.1\Samples\Puzzle\Puzzle\Resources