datagridでデータをバインドするための簡単なwpfアプリケーションを作成しました。次の行で実行中にエラーがスローされます。
string ConString = System.Configuration.ConfigurationManager
.ConnectionStrings["ConString"].ToString();
例外は次のことを示しています。Exception has been thrown by the target of an invocation."
InnerException:{"Object reference not set to an instance of an object."}