Page 1 of 1
Can't register any component
Posted: Thu 08 Sep 2022 13:39
by leonardt.neugebauer
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.
Re: Can't register any component
Posted: Thu 15 Sep 2022 15:29
by pavelpd
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!
Re: Can't register any component
Posted: Sun 18 Sep 2022 04:39
by AngelicTech
I am also having this issue. I am experiencing this with UniDAC 9.3.0
Thanks
Re: Can't register any component
Posted: Mon 19 Sep 2022 12:35
by leonardt.neugebauer
Yes with 9.3.0 I still have the problem.
Re: Can't register any component
Posted: Tue 27 Sep 2022 12:23
by pavelpd
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!
Re: Can't register any component
Posted: Thu 06 Oct 2022 08:07
by leonardt.neugebauer
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.