Page 1 of 1

Error suddnly started appearing

Posted: Mon 13 Feb 2012 12:03
by stoneweasel
Hi there,

All of a sudden I have started getting this error when opening Delphi or any projects that contain MyDac components.

Package C:\WINDOWS\system32\crcontrols70.bpl can't be installed because it is not a design time package.
Do you want to attempt to load this package the next time a project is loaded?


I have tried uninstalling and reinstalling but to no avail.

Everything still seems to compile and run fine so it is not urgent but it is an irritation for sure.

Any ideas as to why this has suddenly started happening?

Posted: Mon 13 Feb 2012 15:14
by AndreyZ
Hello,

Such error can occur if you have the crcontrols70.bpl package in "Install Packages" . To solve the problem, you should perform the following steps:
- open the "Component->Install Packages" menu in the Delphi main menu;
- select the crcontrols70.bpl package and click the Remove button.
- reopen IDE and check if the problem is solved.