私のプログラムの上部には、次のものがあります。
using System.Configuration;
私のコード内には、次のものがあります。
int CompanyID = Convert.ToInt32(ConfigurationManager.AppSettings["CompanyId"]
.ToString());
ただし、次のエラーが発生します。
The name 'ConfigurationManager' does not exist in the current context
何が欠けているのかわかりません。