"Can't load package" on IDE startup

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
skydvrz
Posts: 32
Joined: Tue 23 Feb 2010 23:49
Location: Kissimmee, Florida USA
Contact:

"Can't load package" on IDE startup

Post by skydvrz » Sat 20 Aug 2016 18:42

I am using Delphi Seattle with the latest version of MyDAC. I get an exception in dclmydac230.bpl on startup.

The components seem to work OK, but the error dialog on every startup is really annoying.

I am running the IDE on Windows 10.

Any ideas?

Image

Image

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: "Can't load package" on IDE startup

Post by ViktorV » Mon 22 Aug 2016 12:57

Unfortunately, we could not reproduce the problem with the latest MyDAC version 8.7.24 for RAD Studio 10 Seattle and RAD Studio 10 Seattle Update 1.
To solve the problem, try to perform the following steps:
- uninstall MYDAC;
- find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, MyClasses.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 MyDAC.
Also note, if you have components using MyDAC, when updating MyDAC, you should recompile them and reinstall.
If this doesn't help solve the issue, please try to install RAD Studio 10 Seattle without third-party components and the latest version of MyDAC on another machine (e.g. virtual), and check whether the problem repeats.

Post Reply