How to get to Guide?

Monkey Targets Forums/XNA/How to get to Guide?

Aman(Posted 2011) [#1]
I am trying to use Guide.BeginShowMessageBox but I get this error:
The name 'Guide' does not exist in the current context

Here is the docs for that class:
http://msdn.microsoft.com/en-us/library/dd940233.aspx

It searched in these with no luck:
gxtkApp.game.app
gxtkApp.game.Content
gxtkApp.game.Components


skid(Posted 2011) [#2]
have you included the following?


using Microsoft.Xna.Framework.GamerServices;




Aman(Posted 2011) [#3]
Thanks. This was the problem. I added the using command at the top of my .cs file but it got stuck in the middle of the Program.cs file. I had to hard code it to the top of the Program.cs