質問編集履歴
8
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -172,10 +172,18 @@
|
|
172
172
|
|
173
173
|
|
174
174
|
|
175
|
-
回答済み後の質問追記
|
175
|
+
【回答済み後の質問追記】
|
176
176
|
|
177
177
|

|
178
178
|
|
179
179
|
|
180
180
|
|
181
181
|

|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
【やりたかったこと】
|
188
|
+
|
189
|
+

|
7
画像添付
test
CHANGED
File without changes
|
test
CHANGED
@@ -169,3 +169,13 @@
|
|
169
169
|
}
|
170
170
|
|
171
171
|
```
|
172
|
+
|
173
|
+
|
174
|
+
|
175
|
+
回答済み後の質問追記
|
176
|
+
|
177
|
+

|
178
|
+
|
179
|
+
|
180
|
+
|
181
|
+

|
6
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-

|
22
22
|
|
23
23
|
|
24
24
|
|
5
1
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
C# 拡張子.configを読め込めず、
|
1
|
+
C# 拡張子.configを読め込めず、接続文字列を取得できない
|
test
CHANGED
File without changes
|
4
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,6 +15,12 @@
|
|
15
15
|
System.Configuration.ConnectionStringSettingsCollection.this[string].get が null を返しました。」
|
16
16
|
|
17
17
|
です。**
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+

|
22
|
+
|
23
|
+
|
18
24
|
|
19
25
|
|
20
26
|
|
3
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
↓「app
|
29
|
+
↓「app.config」は、\bin\Debug直下に配置しております。
|
30
30
|
|
31
31
|
```appconfig.config
|
32
32
|
|
2
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,13 +8,13 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
エラー内容は、
|
11
|
+
**エラー内容は、
|
12
12
|
|
13
13
|
「System.NullReferenceException: 'オブジェクト参照がオブジェクト インスタンスに設定されていません。'
|
14
14
|
|
15
15
|
System.Configuration.ConnectionStringSettingsCollection.this[string].get が null を返しました。」
|
16
16
|
|
17
|
-
です。
|
17
|
+
です。**
|
18
18
|
|
19
19
|
|
20
20
|
|
1
1
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
C#
|
1
|
+
C# 拡張子.configを読め込めず、SQL Severに接続できない
|
test
CHANGED
File without changes
|