XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

RolePlayingGame Starter Kit Error(Fixed)

Last post 04/07/2009 20:35 by towcar. 2 replies.
  • 02/07/2009 22:56

    RolePlayingGame Starter Kit Error(Fixed)

    Hello, first of all i'm pretty new to programming, I understand some pretty basic stuff and just trying to get used to it. Anyway I threw the RolePlayingGame starter kit into C# with XNA Gamestudios and this error came when I went to build...


    Error 1 The .xap file was created with a version of XACT that is incompatible with the XNA Framework Content Pipeline version used by this project. Refer to the documentation for options to resolve this mismatch. C:\Documents and Settings\user\My Documents\Visual Studio 2008\Projects\RolePlayingGameWindows1\RolePlayingGameWindows1\RolePlayingGameWindows\Content\Audio\RpgAudio.xap RolePlayingGameWindows

    Since I'm fairly new I didn't know what this exactly to do, I'm going to look through the documentation... if I can find it :P

    Hope someone can help since I didn't edit anything this should be pretty simple
  • 02/07/2009 23:36 In reply to

    Re: RolePlayingGame Starter Kit Error

    This error means that the game has an XACT audio project, but the version of the XACT project isn't supported by the version of the XNA Framework that the game is targeting.  XNA Framework 3.1 games can only use XACT3 projects, and XNA Framework 3.0 and earlier games can only use XACT2 projects.  I posted some information in this blog post about this error message and steps to resolve it.  There are also links to the relevant XNA Game Studio documentation topics in that blog post.

    Thanks!
  • 04/07/2009 20:35 In reply to

    Re: RolePlayingGame Starter Kit Error

    Ok thanks for the help, I'm still deciding on either using C++ or C#, so maybe if I get the ball moving here i'll do C#
Page 1 of 1 (3 items) Previous Next