System.StackOverflowException ??
I have a c# code wherein I load an xml file in a DOM object in a function and again in the same function I load another xml file in another DOM object and it gives me this error
System.StackOverflowException occured in System.xml
What could be the reason for such an exception?
Please help
Thanks,