Subin Thomas

Subin Thomas

  • NA
  • 4.9k
  • 116.4k

error while executing code !

Feb 7 2019 12:31 AM
Server Error in '/' Application
the system cannot find the file specified
 
Description: An unhandled exception occured during the execution of he current web request. please review the stack trace for more information about the error and where it orignated in the code.
 
Exception Details: System componentModel Win32Exception. The system cannot find the file specified.
 
Source Error:
Line 152: DataSet Lcount = new DataSet();
Line 153: con.Close();
Line 154: sda.Fill(Lcount,"All"); // showing error on this line
Line 155: return Lcount;
Line 156: }

Answers (5)