Visual C# コンソール アプリケーション (Visual Studio 2005 .NET 2.0 Framework) に次のステートメントを含めました。
using System.Configuration;
アプリケーションで次のステートメントを使用しています。
ConfigurationManager.AppSettings["SomeStringOverHere"];
アプリケーションをビルドしようとすると、次のエラーが表示されます: The name 'ConfigurationManager' does not exist in the current context.
何か助けてください。