c# - publishing a finish game project xna error -
i have finished game when publish , send friends same error message while installing (i don't error message thou). error message requires assembly microsoft.xna.framework.gamerservices version 4.0.0 installed in global assembly cache (gac) first.
i did more research on problem , found out xna publish prerequisite not found bootstrapping.
you need microsoft xna framework redistributable 4.0 refresh installed on friend's computers. includes xna runtime libraries required run xna games.
Comments
Post a Comment