質問編集履歴
1
App\.configの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,6 +39,14 @@
|
|
39
39
|
|
40
40
|
↑をmain()の中で実行しました。
|
41
41
|
|
42
|
+
```ここに言語を入力
|
43
|
+
<connectionString>
|
44
|
+
<add name="sqlsvr"
|
45
|
+
connectionString="DataSource=TomohiroPC\SQLEXPRESS;Persist Security Info=True;Initial Catalog=TestDatabase;User ID=sa;Password=****"
|
46
|
+
providerName="System.Data.SqlClient"/>
|
47
|
+
</connectionString>
|
48
|
+
```
|
49
|
+
↑App.configの一部
|
42
50
|
###エラー内容
|
43
51
|
型 'System.Configuration.ConfigurationErrorsException' のハンドルされていない例外が System.Configuration.dll で発生しました
|
44
52
|
|