|
-
Aug 25th, 2000, 02:34 PM
#1
Thread Starter
New Member
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.
-
Aug 25th, 2000, 02:43 PM
#2
Lively Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|