Results 1 to 3 of 3

Thread: errors

  1. #1
    Guest

    Unhappy

    Hi,
    I have created an exe file and i trying to load it other computer, but i am getting an error message as:
    class not registered looking for object
    CLSID:{00000010-0000-0010-8000-00AA006D2EA4}
    please try to solve my problem and mail me
    [email protected]

  2. #2
    Lively Member
    Join Date
    Jan 1999
    Location
    Rochester NY, USA
    Posts
    93
    More than likely your problem is that the other computer doesn't have all the components that you need to run the program. You're going to have to make an installation which includes all the dll's and controls the app will need to use. If you're using vb5.. there's a utility that comes with it that will do all of this for you.

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    Exclamation

    That's the class id for DAO.

    You've put a MSaccess data control on the form and not packaged more that the vb run time.

    Use the package distributer to send out a setup file. Once they have that installed to you can just pass out the exe.


    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

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