これをコード ビハインドで c# で記述するにはどうすればよいですか? gcAllowVeryLargeObjects 構成ファイルを使用できません。
以下は設定ファイルのバージョンです
<configuration>
<runtime>
<gcAllowVeryLargeObjects enabled="true" />
</runtime>
</configuration>
これをコード ビハインドで c# で記述するにはどうすればよいですか? gcAllowVeryLargeObjects 構成ファイルを使用できません。
以下は設定ファイルのバージョンです
<configuration>
<runtime>
<gcAllowVeryLargeObjects enabled="true" />
</runtime>
</configuration>