I developed a software in VB 6, which I used adodc and dtpicker controls.
After I installed VB 6 service pack edition in to my system
to use datareport property (i.e. orientation).
After installtion of VB sp edition, when I start my application
the following error messages are displaying.
"C:\windows\system\msadodc.ocx could not be loaded"
"could not create reference: c:\program files\common files\system\ADO\msado20.tlb"
Please give a solution
Ravi Sankar
07-05-2004 at 10:20 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: vb6 - vb6sp
Must be the difference between versions of adodc control. Have you tried to replace all 'old' adodc (will should be pictureboxes now) with new ones form Components (CTRL+T)? It shouldnt take much time.
____________________________
If you find the answer helpful, please mark this topic as solved.
07-05-2004 at 10:41 AM
|
saladirs Level: Guest
Re: vb6 - vb6sp
Mr. Goran
I tried what you said in your reply.
Then also same following error message displaying....
"C:\windows\system\msadodc.ocx could not be loaded"
Iam not able to insert new verion of MSADODC.OCX file to my application.
Old ADODC controls displaying as pictureboxes, which you said in your mail.
RAVI SANKAR
07-05-2004 at 02:20 PM
|
steve_w Level: Moderator Registered: 18-04-2003 Posts: 1156
Re: vb6 - vb6sp
Hi
Can you register the control
regsvr32 MSADODC.OCX
07-05-2004 at 02:30 PM
|
saladirs Level: Guest
Re: vb6 - vb6sp
Problem rectified, when I installed new version of mdoc_typ.exe.
Thanks to Mr. Goran and Mr. Steve_w, who partispated.
Ravi Sankar
[Edited by saladirs on 08-05-2004 at 01:23 PM GMT]
08-05-2004 at 08:21 AM
|
Radhesham Level: Guest
Re: vb6 - vb6sp
Hi
I am also facing similar problem.
Please let me know which ver of mdac_typ you installed?
Also let me know where to get this.
Thanks in advance.