Can't register any component

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
leonardt.neugebauer
Posts: 32
Joined: Wed 27 May 2020 06:22

Can't register any component

Post by leonardt.neugebauer » Thu 08 Sep 2022 13:39

When I try to register components in the Delphi IDE I get an error.
The problem only occurs when UniDAC is installed. (current version 9.2.1)

The only way I can work around the problem is to create the package. Restart Delphi and then install.

https://stackoverflow.com/questions/701 ... -delphi-11
I get the same error with VCL.

https://quality.embarcadero.com/browse/RSP-36334
The problem has also been reported to Embarcadero, but still occurs with Delphi 11.2.

pavelpd
Devart Team
Posts: 109
Joined: Thu 06 Jan 2022 14:16

Re: Can't register any component

Post by pavelpd » Thu 15 Sep 2022 15:29

Hi there,
Thanks for your request!

At the moment a new version of UniDAC 9.3.0 has been released.

Please try to update to the latest version and check if the issue with component registration is resolved.

Let us know the results!

AngelicTech
Posts: 2
Joined: Tue 13 Jun 2017 02:41

Re: Can't register any component

Post by AngelicTech » Sun 18 Sep 2022 04:39

I am also having this issue. I am experiencing this with UniDAC 9.3.0

Thanks

leonardt.neugebauer
Posts: 32
Joined: Wed 27 May 2020 06:22

Re: Can't register any component

Post by leonardt.neugebauer » Mon 19 Sep 2022 12:35

Yes with 9.3.0 I still have the problem.

pavelpd
Devart Team
Posts: 109
Joined: Thu 06 Jan 2022 14:16

Re: Can't register any component

Post by pavelpd » Tue 27 Sep 2022 12:23

Hey,
Could you please specify which edition of the IDE do you have?

Please try to do the following steps:
- Remove all our components and all related files with them completely. For this use the "Programs and Features" applet in Windows Control Panel;
- Find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, CRTypes.*, MemData.dcu, MemDS.dcu, DBAccess.dcu files on your PC and delete them;
- Find all *dac*.bpl, *dac*.dcp, *dac*.bpi, *dac*.lib, *crcontrols*.bpl, *crcontrols*.dcp, *crcontrols*.bpi, *crcontrols*.lib files on your PC and delete them;
- Install the latest version of UniDAC as Administrator.

After all the steps are done, please check if the issue you indicated has been resolved with the installation of your own component.

Let us know of the results!

leonardt.neugebauer
Posts: 32
Joined: Wed 27 May 2020 06:22

Re: Can't register any component

Post by leonardt.neugebauer » Thu 06 Oct 2022 08:07

pavelpd wrote: Tue 27 Sep 2022 12:23 Hey,
Could you please specify which edition of the IDE do you have?

Please try to do the following steps:
- Remove all our components and all related files with them completely. For this use the "Programs and Features" applet in Windows Control Panel;
- Find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, CRTypes.*, MemData.dcu, MemDS.dcu, DBAccess.dcu files on your PC and delete them;
- Find all *dac*.bpl, *dac*.dcp, *dac*.bpi, *dac*.lib, *crcontrols*.bpl, *crcontrols*.dcp, *crcontrols*.bpi, *crcontrols*.lib files on your PC and delete them;
- Install the latest version of UniDAC as Administrator.

After all the steps are done, please check if the issue you indicated has been resolved with the installation of your own component.

Let us know of the results!
Delphi 11.2
The problem has also occurred with colleagues who have just reinstalled Delphi and UniDAC.

Post Reply