c# - WF Designer re-hosting System.StackOverflowException -


i need re-hosted designer of wf4. should used design complex workflow there limit of nested activities. (it's around 40th nested activities in 1 branch). if limit exceeded, system.stackoverflowexception occurred in presentationcore.dll.

is there way, how increase limit system.stackoverflowexception?

here code example download. after building , executing application, move scrollbars last activity number 40 , exception should occur.

i can run without error , scroll bottom - though bit slow - (64 bit machine, 16 gb memory).

you can allocate stack size on creation of new thread, don't know how change size default ui thread in application...and if can i'm not sure it'd idea.

besides, increasing limit hiding overall issue - why need in first place - going nest 40 layers of complexity in workflow? unwieldy , incredibly difficult support. couldn't logic split sub workflows, etc?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -