ThinkGeo.com    |     Documentation    |     Premium Support

'System.StackOverflowException' in mscorlib.dll

Hi!


I have some code lines that works perfectly in other enviroments but in a new "programm" that I am doing, this line:


 spatialQueryResults = layer.QueryTools.GetFeaturesContaining(point, ReturningColumnsType.AllColumns)

throws me an uncontrolled exception even if I use a try/catch structure wich says:


Uncontrolled exception  'System.StackOverflowException' in mscorlib.dll


Does any knows the reason for this exception?  Thank you very much!




Sorry!!


I've realised that it's my fault. I have commented by an error a code line necessary to avoid infinite recurrence.



Thanks for letting me know.  :)