Ich hatte sowas auch. EMB Support empfahl damals:
Zitat:
> Components do install but fail to load
I am not sure this will help, but you may want to try to disable the
Package-Cache.
This can be done by adding the following registry key:
[HKEY_CURRENT_USER\SOFTWARE\Embarcadero\
BDS\21.0\Pa ckage Cache]
"DisableAll"=dword:00000001
The reason it might help is because it forces the
IDE to load the runtime
package that implement the components up-front. Otherwise, the
IDE will load the
package the registers the component, but not the one where it's implemented. If there is a problem loading the latter, we will find out up-front.
Let us know if you need more info on how to try the above.