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. COM
  4. i cannot register activeX control on registry.

i cannot register activeX control on registry.

Scheduled Pinned Locked Moved COM
helpc++comwindows-adminannouncement
2 Posts 2 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.
  • E Offline
    E Offline
    ekklesia
    wrote on last edited by
    #1

    Hi! my name is jinsoo. i am korean after installing xp service pack 1 and latest windows update. i cannot register activeX control on registry. when in 2003. this job was good in windows 2000. so though using regsvr32.exe not vc++ tool .the result was the same. the error message is 0x80070715. though i find the error message in msdn. i can not find that. my system is windows xp. tool is VC++(Serviced pack 6.0). i hope you help me to solve this problem. nice to meet u nice to meet u

    A 1 Reply Last reply
    0
    • E ekklesia

      Hi! my name is jinsoo. i am korean after installing xp service pack 1 and latest windows update. i cannot register activeX control on registry. when in 2003. this job was good in windows 2000. so though using regsvr32.exe not vc++ tool .the result was the same. the error message is 0x80070715. though i find the error message in msdn. i can not find that. my system is windows xp. tool is VC++(Serviced pack 6.0). i hope you help me to solve this problem. nice to meet u nice to meet u

      A Offline
      A Offline
      Andrew Quinn AUS
      wrote on last edited by
      #2

      Hi Jinsoo, Can you give more information? Is this your ActiveX object? Is it MFC/ATL ?? When I have issues like this then try debugging the registration of the control, for an ATL example: Put a breakpoint in your DllRegisterServer function. - Goto Project/Settings Menu in Visual Studio - Click the Debug tab on the right-hand side. - Type in "C:\WINDOWS\system32\regsvr32.exe" into the "Executable for debug session" text box - Put the full path of the debug binary into the "Program Arguments" text box Now run the debugger, you will get a dialog box asking if you want to continue (it is just informing you that regsvr32.exe you are running has no debug info.) Click OK and you should soon be put into the DllRegisterServer function, now just drill down until you come across the error. Cheers, Andy

      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