How do you change default stack size for managed executable.net
问题 We have discovered that one of our auto generated assemblies is throwing a StackOverflowException on new(). This class has (bear with me please) 400+ simple properties that are initialised (most by default(string) etc) in a constructor. We notice that its fine on 64 bits but on 32 bits it goes bang! We need to test if it's reasonable for our use case to create a larger default stack to give us breathing room while we reengineer the code generator. We would esp. interested in solutions that