GamerServicesNotAvailableException Class
XNA Game Studio 3.0
Thrown if the gamer services system cannot be successfully initialized.
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
The following are likely causes for this exception.
- If the current game uses the XNA Framework Redistributable. This file does not include Games for Windows – LIVE functionality.
- If another Games for Windows – LIVE title is running already.
Important |
|---|
|
Games for Windows - LIVE is not available to finished games. This functionality is not included in the redistributable version of the XNA Framework, and a game that attempts to use these components without XNA Game Studio installed will result in a GamerServicesNotAvailableException. |
Important