
Activex Component Can’t Create Object - Runtime Error 429
Quote:
> I am only using what came with Access 97. I am not very familiar with
> activex. I did check my references and made sure I had all the necessary
> files as part of the distribution.
> Please note that I have had successful installs on PC's with Office 97.
> Unsuccessful install on PC's with Access 95/Office 95 and PC's that do not
> have Office 97, Office 95, Access 97, nor Access 95.
> >Do you use any ActiveX in your application?
> >Maybe you forgot to add it in setup?
> >--
> >Best regards,
> >___________
> >Alex Dybenko
> >Point Limited
> >Home Page: http://www.geocities.com/SiliconValley/Heights/5091/
> >Moscow MS Access User Group, chairman
> >http://www.arimsoft.ru/msaccess
> >> I receive this message on a PC that doesn-t have Office 97 neither the
> >full
> >> version of Access 97. I created the runtime using the ODE Wizard. What
> >> could possibly be missing? Help!!!!
> >> This could get very expensive if I have to purchase full versions of
> >Access
> >> 97 in order for the runtime to run properly.
> >> Thank You.
We saw the same problem, only in the runtime right?
Our problem was caused by creating the ODBCDirect workspace as the
application was opening. Apparently the "delay loading" of the OCX was
occuring after the call creating the workspace. We got around the
problem by not creating the workspace until the second screen. The
opening screen brings up a log in screen. Now after we get the user id
and password we create the workspace. Works fine in the run time.
Ben