XNA 4.0 Refresh AudioEngine, WaveBank and Others Not Found

Posted by Peteyslatts on Game Development See other posts from Game Development or by Peteyslatts
Published on 2012-12-01T06:11:15Z Indexed on 2012/12/01 11:26 UTC
Read the original article Hit count: 236

Filed under:
|

I'm going through the Learning XNA 4.0 book, and unfortunately I installed XNA 4.0 refresh. All the code up until now has worked, with the exception of me needing to remove the Framework.Net and Framework.Storage. (As a side question, will this be problematic later?)

The problem I'm having now is that in my Game1.cs file, I have imported all of the XNA.Framework libraries, and when I try and create instances of any of the following classes, an error pops up saying VisualStudio can't find them: AudiEngine, WaveBank, SoundBank, and Cue.

I have googled around for a while, and the only solution I saw was to import Microsoft.Xna.Framework.Xact, but this doesn't seem to exist for me.

Any help is much appreciated, Thanks Peter.

© Game Development or respective owner

Related posts about XNA

Related posts about import