-
I used VB 6.0 Tools Package & Development to create an installation package for a program I wrote. This program
contains a DBGrid product our company purchased from APEX.
The installation package was created smoothly, and it was installed properly in a NT 4.0 Work Station decktop PC. However, when the user tries to run this program by clicking the program icon, a VB Runtime Error #429 comes out, which states, "ActiveX component can't create object".
The same program runs properly on other NT 4.0 Work Station decktop PC's in our company without above error.
Thanks for anyone who can help me.
-
It has to do with a missing .dll file call SCRRUN.dll according to the MSDN documentation you have to add a reference to this dll in your program or manualy add it when you create the deployment package.
Check out the MSDN documentatin for more details.