Results 1 to 4 of 4

Thread: Remove from Reference

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Posts
    416

    Remove from Reference

    Hi,

    I've install some MTS COM, and after some time, I've install that COM again (with new CLSID) without first remove the old one. Now, in VB->Reference, there are more than one entry for the same COM (different CLSID), and I've tried to remove it using the Control Panel->Add / Remove Program, but failed.

    When I run the app now, I frequently meet the problem that the app will just hanged, the only way to stop it is to kill the mtx.exe process using Task Manager.

    How can I cleanly remove such COM and solve the program hang problem?

    Thx

  2. #2
    jim mcnamara
    Guest
    You have two registry CLSID entries for the same COM server.

    The fastest way to clean up is to run REGCLEAN.EXE. It's from Microsoft- but it's everywhere on the net.

    You can download from here -

    http://download.cnet.com/downloads/0...108-23283.html

  3. #3
    Registered User
    Join Date
    May 2001
    Location
    taizhou zheziang china
    Posts
    17
    you can use Regsvr32.exe to unregist a dll.

  4. #4
    jim mcnamara
    Guest
    Yes, he can, and that is THE BEST WAY, but he doesn't know which one to nuke, necessarily.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width