An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll
- by Sahar
Hello everybody i wrote a code in asp.net that read data from files and draw a graph.
It worked but after awhile when i run the program, this exception arise "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll" in this statement in the code:
if (File.Exists(fName)) <----(here is the exception)
{
stream =…