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