am working on asp project .. everything was working fine .. but i started getting strange error for example:
/////////////////////
Error Type:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/finance_asp/editI.asp, line 284
/////////////////////
Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/finance_asp/addI.asp, line 308, column 21
Response.Write(ref"))
//////////////////////
but i don't have line 284 or 308 in these pages !!!
also when i was trying to restart the IIS i got this error:
(the service did not respond to the start or control request) for few times then it got restarted but i still have the 2 errors in the pages ..
/////////////////////
Error Type:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/finance_asp/editI.asp, line 284
/////////////////////
Error Type:
Microsoft VBScript compilation (0x800A0409)
Unterminated string constant
/finance_asp/addI.asp, line 308, column 21
Response.Write(ref"))
//////////////////////
but i don't have line 284 or 308 in these pages !!!
also when i was trying to restart the IIS i got this error:
(the service did not respond to the start or control request) for few times then it got restarted but i still have the 2 errors in the pages ..