Link to home
Start Free TrialLog in
Avatar of tanwee
tanwee

asked on

Error 432 - OLE Automation problem

In my VB5 program that uses OLE Automation, I use a CreateObject statement :

Dim x as Object

set X = CreateObject("reflectionibm.application")
.
.

When I run the program under the VB5 (Professional edition) development environment in Windows WorkStation 4.0, the program works ok and as expected. When I compile the program into a standard EXE and ran the EXE I hit the following error :

   432 - filename or classname not found during automation            operation

I think the problem may be due to some Registry problem, what I don't understand is why the pgm works under VB5 development environment while the compiled EXE fails.
ASKER CERTIFIED SOLUTION
Avatar of faster
faster

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tanwee
tanwee

ASKER

I am not familiar with the type library etc and running short of time- so we cannot  pursue farther on  your pointer. we're be moving the application to WIN95 where the executable does work. Thanks anyway