Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a application(developed in vb 6.0) that display chart which i develop on 32 bit processor(p4) n XP OS.

Application accept array from user n display data in chart form.

now i created its .exe and copied that on laptop. Now when i run on laptop(64 bit processor - i3 n 64 bit OS - windows 7) it give me error as

Component 'MSCHRT20.OCX' or one of its dependencies not correctly registered: a file is missing or invalid

can any one suggest a step by step procedure to be followed to remove this error.
Posted
Updated 21-Jun-11 21:21pm
v4

1 solution

Try registering your OCX from SYSWOW64.
Place your OCX in SYSWOW64 and use regsvr32 c:\Windows\SysWOW64\MSCHRT20.OCX


This would be helpful information to you
http://msdn.microsoft.com/en-us/vbasic/ms788708.aspx[^]
 
Share this answer
 

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