Run-time error '429'
Hi guys,
My IIS Application works OK on my developer Windows 2000(SP4) PC, but after I moved this application to the Windows 2000 Server (SP4) PC and start running it show me the ERROR:
"Run-time error '429'. ActiveX component can't create object" on establishing RDO connection in line
Set m_Connection = rdoEnvironments(0).OpenConnection(DSNName, rdDriverNoPrompt, False, "uid=" & DSNUserId & ";pwd=" & DSNPassword). I've downloaded the Service Pack 5 for Visual Studio 6.0 and registered MSRDO20.DLL again. Same result.
Any suggestions will be appreciated.
-Dmitriy
|