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. C / C++ / MFC
  4. error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issue

error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issue

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpvisual-studiocomdebugging
7 Posts 3 Posters 2 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.
  • I Offline
    I Offline
    itkid
    wrote on last edited by
    #1

    Hi, I am getting following error when running my application on visual studio 8."Error 1 error PRJ0019: A tool returned an error code from "Registering ActiveX Control...". Look like properties setting issue however not able to trace it exactly. Could you please help me. Thanks Pankaj

    2 K 2 Replies Last reply
    0
    • I itkid

      Hi, I am getting following error when running my application on visual studio 8."Error 1 error PRJ0019: A tool returned an error code from "Registering ActiveX Control...". Look like properties setting issue however not able to trace it exactly. Could you please help me. Thanks Pankaj

      2 Offline
      2 Offline
      224917
      wrote on last edited by
      #2

      It should be somewhere inside tools->options Project->Properties->Custom Build Setup..."Post Build". Most likely the output file is configured to be registered using "regsvr32"

      Suhredayan

      modified on Thursday, December 17, 2009 1:09 AM

      I 1 Reply Last reply
      0
      • 2 224917

        It should be somewhere inside tools->options Project->Properties->Custom Build Setup..."Post Build". Most likely the output file is configured to be registered using "regsvr32"

        Suhredayan

        modified on Thursday, December 17, 2009 1:09 AM

        I Offline
        I Offline
        itkid
        wrote on last edited by
        #3

        It is registering in Project->Properties-Custom Build Setup as Command Line :-regsvr32 /s /c $(TargetPath) echo regsvr32 exec. time > $(OutDir)\regsvr32.trg Outputs :-$(OutDir)\regsvr32.trg Do i need to modify or remove it? I aapreciate your time Thanks Pankaj

        2 1 Reply Last reply
        0
        • I itkid

          It is registering in Project->Properties-Custom Build Setup as Command Line :-regsvr32 /s /c $(TargetPath) echo regsvr32 exec. time > $(OutDir)\regsvr32.trg Outputs :-$(OutDir)\regsvr32.trg Do i need to modify or remove it? I aapreciate your time Thanks Pankaj

          2 Offline
          2 Offline
          224917
          wrote on last edited by
          #4

          Does this[^] help?

          -Suhredayan

          I 2 Replies Last reply
          0
          • 2 224917

            Does this[^] help?

            -Suhredayan

            I Offline
            I Offline
            itkid
            wrote on last edited by
            #5

            yes thanks

            1 Reply Last reply
            0
            • 2 224917

              Does this[^] help?

              -Suhredayan

              I Offline
              I Offline
              itkid
              wrote on last edited by
              #6

              yes remove Outputs entry and it work Thanks Pankaj

              1 Reply Last reply
              0
              • I itkid

                Hi, I am getting following error when running my application on visual studio 8."Error 1 error PRJ0019: A tool returned an error code from "Registering ActiveX Control...". Look like properties setting issue however not able to trace it exactly. Could you please help me. Thanks Pankaj

                K Offline
                K Offline
                KarstenK
                wrote on last edited by
                #7

                you need to register the control with admin rights !!! You better use for that a console window :thumbsup:

                Press F1 for help or google it. Greetings from Germany

                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