I'm using XACT for an XNA Game I'm working on, and am getting a KeyNotFoundException at compile time. I do not reference the file at all at this point.

Error 1 Building content threw KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildXactCoordinator.CheckDependencies()
at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildXactCoordinator.Build(String xapPath, String xapName)
at Microsoft.Xna.Framework.Content.Pipeline.Tasks.BuildXact.Execute()
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.