
Error Loading Form @ Runtime
Did you simply copy the EXE to the 2nd computer? That's what it sounds
like. Unless your program is an extremely simple one that uses no other
components (OCXs, DLLs, etc), this will rarely work. Create an installation
package using the Package and Deployment Wizard (if you're using VB6 which
you didn't state either) and then run Setup to properly install your
application on the 2nd PC.
Mike
Quote:
> Hi and ThanX in Advance
> I created an exe file from my project. I put it onto another machine. When
i try to load a
> particular form i get this error:
> Runtime Error 430
> Class doesn't support automation.
> Its just a simple form with data control. I am also using 2 DBCombo boxes
to list options on
> the form.
> I don't get this error when running on machine which created then file?
> What possible reasons can generate this error.
> Mark