MSCOMCT2.OCX Compatible problem in win 7(64 bit)
-
Hi, I developed vb6 application it is working fine in win xp,win 2003 but not running win 7(64-bit). It threw following error popup.**
Component 'MSCOMCT2.OCX or one of its dependcies not correctly registered; a file is missing or invalid.
**after received this error i placed
system32 floder that OCX in win7(64bit)
again it threw error popup**
The module "mscomct2.ocx" may not compatible with the version of Windows that you're running. Check if the module is compatible with an .x86(32-bit) or x64(64-bit) version of regsvr32.exe
**
what i do. please help me. -
Hi, I developed vb6 application it is working fine in win xp,win 2003 but not running win 7(64-bit). It threw following error popup.**
Component 'MSCOMCT2.OCX or one of its dependcies not correctly registered; a file is missing or invalid.
**after received this error i placed
system32 floder that OCX in win7(64bit)
again it threw error popup**
The module "mscomct2.ocx" may not compatible with the version of Windows that you're running. Check if the module is compatible with an .x86(32-bit) or x64(64-bit) version of regsvr32.exe
**
what i do. please help me.You don't put it in System32 on a 64-bit system. It goes in the C:\Windows\SysWow64 folder and has to be registered using REGSVR. As for that compatibility warning message, if you continue to use VB6, you will see more and more of it as VB6 has been dead for ... lets see now ... 7 years. I HIGHLY suggest you abandon all VB6 developement and move to VB.NET. You can get a free version here[^]
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi, I developed vb6 application it is working fine in win xp,win 2003 but not running win 7(64-bit). It threw following error popup.**
Component 'MSCOMCT2.OCX or one of its dependcies not correctly registered; a file is missing or invalid.
**after received this error i placed
system32 floder that OCX in win7(64bit)
again it threw error popup**
The module "mscomct2.ocx" may not compatible with the version of Windows that you're running. Check if the module is compatible with an .x86(32-bit) or x64(64-bit) version of regsvr32.exe
**
what i do. please help me.install vb runtime on target machine http://download.microsoft.com/download/vb60pro/install/6/Win98Me/EN-US/VBRun60.exe[^] http://download.microsoft.com/download/vb50pro/utility/1/win98/EN-US/Msvbvm50.exe[^]