I am using Visual Studio 2013 Community version to write a C# project.
My program parses HTML using HtmlAgilityPack and raises a stack overflow exception. I've been trying to change the stack size but the solution property window I see only has the options as shown in the screenshot:
Visual Studio 2013 configuration properties missing
I've read some other articles which said that C# project's solution property panel's available options are different to that of C++. Where can I configure the stack size of my C# program?