Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. MSCOMCT2.OCX Compatible problem in win 7(64 bit)

MSCOMCT2.OCX Compatible problem in win 7(64 bit)

Scheduled Pinned Locked Moved Visual Basic
helpannouncement
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    D Manivelan
    wrote on last edited by
    #1

    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.

    D J 2 Replies Last reply
    0
    • D D Manivelan

      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.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • D D Manivelan

        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.

        J Offline
        J Offline
        Just eg
        wrote on last edited by
        #3

        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[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups