Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他のページがそれを使用しているのと同じファイルを含めましたが、何らかの理由でそれが見つからないだけです。アクセスを含めるにはどうすればよいですか?
コメントで述べたように、ハンドラーを持つプロジェクトにSystem.Configurationアセンブリへの参照があることを確認する必要があります。using名前空間を少し使いやすくするためのディレクティブを追加することもできます。
System.Configuration
using
using ディレクティブ ( using System.Configuration)を使用
using System.Configuration
ConfigurationManager.ConnectionStrings["Name"]