Run-time error 429

  • Thread starter Thread starter Jim Sinclair
  • Start date Start date
J

Jim Sinclair

"ActiveX component can't create object" -

This refers to a proprietary DLL that has methods which return things like
username and machinename. Now, this is a proven piece of software, however
I'm running an application on a relatively new machine. It's been included
in other applications that I've run on the same machine, however, with no
problems.

Has anyone had a similar problem? Need a resolution fast.

Thanks in advance.
 
"ActiveX component can't create object" -

This refers to a proprietary DLL that has methods which return things like
username and machinename. Now, this is a proven piece of software, however
I'm running an application on a relatively new machine. It's been included
in other applications that I've run on the same machine, however, with no
problems.

Has anyone had a similar problem? Need a resolution fast.

Thanks in advance.

The Environment namespace contains methods for getting username and
machinename. Is your .dll properly registered on the new machine? Is it
an ActiveX .dll? If not, I would think that the error is referring to
something else.
 
Back
Top