J
Joe Befumo
I'm getting the following error in my application:
Compiler Error Message: BC30002: Type 'ADODB.Connection' is not defined.
Source Error:
Line 112: if(Request.Form("HdnQuestionCount") = 0) thenLine 113:Line 114:
Dim objDataConn as ADODB.ConnectionLine 115: Dim objRSList as
ADODB.RecordSetLine 116: dim iRecordCount as integer
I've tried running gacutil.exe /I adodb, but get the following error:
Failure adding assembly to the cache: The system cannot find the file
specified.
Any suggestions would be appreciated.
Thanks.
Joe
Compiler Error Message: BC30002: Type 'ADODB.Connection' is not defined.
Source Error:
Line 112: if(Request.Form("HdnQuestionCount") = 0) thenLine 113:Line 114:
Dim objDataConn as ADODB.ConnectionLine 115: Dim objRSList as
ADODB.RecordSetLine 116: dim iRecordCount as integer
I've tried running gacutil.exe /I adodb, but get the following error:
Failure adding assembly to the cache: The system cannot find the file
specified.
Any suggestions would be appreciated.
Thanks.
Joe