hi
can u any one help
i am getting fallowing error.
an unhandled exception of type 'system.stackoverflowexception' occurred in mscorlib.dll
how to solve the problem
Thanks & Regrads
Ravi
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Oct 31, 2012, 5:34 AM
StackOverflowExceptionusually means you've ended up in an infinite recursive loop. Please check one of your methods or properties whether it call itselfs infinitely(or call another method chain which loops back to itself).