Error suddnly started appearing

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
stoneweasel
Posts: 2
Joined: Wed 21 Feb 2007 11:48

Error suddnly started appearing

Post by stoneweasel » Mon 13 Feb 2012 12:03

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?

AndreyZ

Post by AndreyZ » Mon 13 Feb 2012 15:14

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.

Post Reply