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!