Results 1 to 2 of 2

Thread: After Installation Successfully Completed ...

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    5
    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.

  2. #2
    Lively Member
    Join Date
    May 2000
    Posts
    84
    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
  •  



Click Here to Expand Forum to Full Width