Does anyone know what the following error mean?
Run-Time error '-214747848(80010108)'
Automation error
The error number i usually get from automation error is '440'.
Printable View
Does anyone know what the following error mean?
Run-Time error '-214747848(80010108)'
Automation error
The error number i usually get from automation error is '440'.
It's probably due to an Active-X control or .DLL that isn't registered on the PC you are trying to run it on. Check the controls you have used in your application - and ensure the appropriate runtime files are on the PC in question.
Use the PAckage and Deployment wizard to build a distribution set if necessary.
I'm using VB's setup wizard to generate setup files. It seems only 1 PC that has this problem. The rest seems to run smoothly.