StackOverFlowException: Is it programming error (recursion) or not enough maximum default stack size?
问题 I am trying to get virtual machine configuration info for a VM in VMware using webservices SDK approach. I was able to get virtual machine configuration info from simple console application, command line interface (Powershell) of my tool. However when i tried to do the same in my UI (MMC-Snapin), I am getting a StackOverflowException. Can you please help me or give me suggestions how to debug the error? Please note that same code works with console/commandline (powershell). Not from MMC UI (i