While initializing my GamerServicesComponent I got the following exception:
Microsoft.Xna.Framework.GamerServices.GamerServicesNotAvailableException was unhandled
Message="Error initializing Games for Windows - LIVE. Another program is already using this functionality."
Source="Microsoft.Xna.Framework"
StackTrace:
at Microsoft.Xna.Framework.GamerServices.KernelMethods.ProxyProcess.WaitForRemoteProcessToInitialize()
at Microsoft.Xna.Framework.GamerServices.KernelMethods.ProxyProcess..ctor(UserPacketBuffer packetBuffer)
at Microsoft.Xna.Framework.GamerServices.KernelMethods.Initialize(UserPacketBuffer packetBuffer)
at Microsoft.Xna.Framework.GamerServices.GamerServicesDispatcher.Initialize(IServiceProvider serviceProvider)
at Microsoft.Xna.Framework.GamerServices.GamerServicesComponent.Initialize()
at Microsoft.Xna.Framework.Game.Initialize()...
Does anyone know how to fix this? Thanks.