Hi All
I create web page as ASP.NET . The program runs on localhost no problem,but when we upload on server has an error as :
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exceptio n: File not found
Source Error:
Please, anyone has a experinece to fix this error to help me, I am very new on ASP.NET (just get on the job 2 weeks). Thank you very much
I create web page as ASP.NET . The program runs on localhost no problem,but when we upload on server has an error as :
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exceptio n: File not found
Source Error:
Code:
Line 244: Dim j As Integer Line 245: Dim k As Integer Line 246: document = New XLSDocument(strFilePath) <------error from here Line 247: Dim strColumnName As String = "" Line 248: Dim noOfCol As Integer = 0
Comment