Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
msadodc.ocx library for window 7 ,when ran the exe file of vb 6.0 on window 7 getting error msadodc.ocx library not registerd properly. But same application works on window xp.


please any body help out to resolve this issue.

thanks,

Ismail
Posted

1 solution

Firstly you need to read the support statement for VB6 under Windows 7[^] - this will hopefully explain why a program that works on XP will not necessarily just run on Win7

Next, problems with msadodc.ocx are common - e.g. this thread discusses them [^] and there are several more via google.

Win7 Service Pack 1 caused many issues, so make sure your Windows Updates are up to date.

Finally, I'm currently working on a project to migrate some VB5/VB6 programs onto Win7 and I'm wishing that a bite-the-bullet approach of converting to .NET was an option. If you have that option then go for it!
 
Share this answer
 
Comments
Maciej Los 11-Jan-14 16:46pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900