質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
VisualStudioにてローカルで動作するフォームアプリケーションの開発をしています。
|
10
10
|
|
11
|
-
2パターンの約5,000,000
|
11
|
+
2パターンの約5,000,000文字の文字列リテラルを2つのstring型の変数にそれぞれ格納しましたが
|
12
12
|
|
13
13
|
コンパイル時にエラーが起きてしまいます。(下部エラー文参照)
|
14
14
|
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -90,7 +90,11 @@
|
|
90
90
|
|
91
91
|
下記では、「String Objectは2GB、もしくは約10億文字」は格納可能と書いてあります。
|
92
92
|
|
93
|
-
[https://www.kinakomotitti.net/entry/2017/12/29/200615](
|
93
|
+
[https://www.kinakomotitti.net/entry/2017/12/29/200615](https://www.kinakomotitti.net/entry/2017/12/29/200615)
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
|
94
98
|
|
95
99
|
下記では、
|
96
100
|
|
@@ -100,7 +104,7 @@
|
|
100
104
|
|
101
105
|
とあります。VSの仕様上仕方が無いのでしょうか?
|
102
106
|
|
103
|
-
[
|
107
|
+
[https://stackoverflow.com/questions/37193372/c-sharp-combined-length-of-user-strings-used-by-the-program-exceeds-allowed-limi/50522293](https://stackoverflow.com/questions/37193372/c-sharp-combined-length-of-user-strings-used-by-the-program-exceeds-allowed-limi/50522293)
|
104
108
|
|
105
109
|
|
106
110
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -90,9 +90,7 @@
|
|
90
90
|
|
91
91
|
下記では、「String Objectは2GB、もしくは約10億文字」は格納可能と書いてあります。
|
92
92
|
|
93
|
-
https://www.kinakomotitti.net/entry/2017/12/29/200615
|
93
|
+
[https://www.kinakomotitti.net/entry/2017/12/29/200615](
|
94
|
-
|
95
|
-
|
96
94
|
|
97
95
|
下記では、
|
98
96
|
|
@@ -102,7 +100,7 @@
|
|
102
100
|
|
103
101
|
とあります。VSの仕様上仕方が無いのでしょうか?
|
104
102
|
|
105
|
-
https://stackoverflow.com/questions/37193372/c-sharp-combined-length-of-user-strings-used-by-the-program-exceeds-allowed-limi/50522293
|
103
|
+
[リンク内容](https://stackoverflow.com/questions/37193372/c-sharp-combined-length-of-user-strings-used-by-the-program-exceeds-allowed-limi/50522293)
|
106
104
|
|
107
105
|
|
108
106
|
|