Home > Software engineering >  Win10x64 vb6 edit reference bartender9.2 to install package on win7x32 error
Win10x64 vb6 edit reference bartender9.2 to install package on win7x32 error

Time:09-21

Win10x64 + vb6 edit reference bartender9.2 to install package on win7x32 error:
A runtime exception '429' ActiveX components can't create objects



Could you tell me how to solve this?

CodePudding user response:

"Reference" type library, the corresponding file is exe?


Generally should be a DLL file...

CodePudding user response:

reference 1st floor Chen8013 response:
"reference" type library, the corresponding file is exe?


Generally should be a DLL file...


Is, but the bartender offers the same exe file is similar to the main program, I also installed on the target machine on the same version of the bartender, but still broke above errors,

CodePudding user response:

Is wrong in the IDE to run times?

You try "run as administrator" to start the VB6,
If you is to use Administrator account to log in, you can forget the "test", it should not be this reason,

CodePudding user response:

The
reference 3 floor Chen8013 response:
is wrong in the IDE to run times?

You try "run as administrator" to start the VB6,
If you is to use Administrator account to log in, you can forget the "test", it should not be this reason,

Not run on machine programming, program editor machine operation error, the results are correct, I use the Setup Factory 9 after packaging, installation to the target computer, will go wrong, the target computer is Windows 7 32 bit, installation location in D disk, installed the same as programming machine version of bartender, installation directory, Settings, and so on are exactly the same, on the target machine, have tried to use administrator privileges to run the program, but it is still wrong,
Before did not use bartender, I was using a common printer, using printfrom way of printing, using the setup F9 package installation is no problem,

CodePudding user response:

Under Windows 7 to run BarTend. Exe, see if there is a fault,

No wrong only by comparison:
In on both sides of the computer's registry lookup bartender. The application, to export the node into the reg file, comparing difference,
Then put two BarTender directory is whether there is a difference,
Finally using Dependency Walker (DEPENDS. EXE ") tools to check the BarTend. EXE, comparative differences,

CodePudding user response:

In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL

CodePudding user response:

refer to 6th floor zhao4zhong1 response:
under the 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL


Thank you, this method first have validation, system version and registration site for, question remains

CodePudding user response:

reference 5 floor Tiger_Zhao reply:
run under Windows 7 BarTend. Exe, see if there is a wrong,

No wrong only by comparison:
In on both sides of the computer's registry lookup bartender. The application, to export the node into the reg file, comparing difference,
Then put two BarTender directory is whether there is a difference,
Finally using Dependency Walker (DEPENDS. EXE ") tools to check the BarTend. EXE, comparative differences,


Compared the registry can find "bartender. Application", exactly the same as that on the two machines tools to check the barten. Exe that I do not understand, I put the programming machine bartend. Exe kao on the target machine cover, problems still, bartender target folder, target machine unload bartender reinstall, problems still,

CodePudding user response:

The result of running BarTend. Exe? First you have to prove that it can run correctly!
Then close the anti-virus software, with administrator privileges to run your program a try,

CodePudding user response:

Search "64 - bit Windows registry redirection of platform attention"?

CodePudding user response:

references 9 f Tiger_Zhao response:
run BarTend. Exe results? First you have to prove that it can run correctly!
Then close the anti-virus software, use administrator privileges to run your program a try,

There is no antivirus software

CodePudding user response:

references to the tenth floor zhao4zhong1 response:
search "64 - bit Windows registry redirection of platform attention"?


Don't know much about the way you said, it took two days to see, still confused about

CodePudding user response:

The
refer to 12 floor lisaksq reply:
Quote: reference to the tenth floor zhao4zhong1 response:

Search "64 - bit Windows registry redirection of platform attention"?


Don't know much about the way you said, it took two days to see, still confused about

He often talk nonsense, you ignore it,
You are making mistakes in a 32-bit system, there is no what he called "redirect" problem,

CodePudding user response:

Vb is packaged to WIN10 controls cannot be registered

CodePudding user response:

reference 15 floor TXZMGH response:
vb is packaged to WIN10 controls cannot register

Please refer to the 6th floor,
  • Related