CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    1

    Error 430 - Automation error on client machine

    I have a program in VB6, which references MDAC libraries. In specific I have this code in my project:
    Dim rsTemp As ADODB.Recordset
    Set rsTemp = New ADODB.Recordset
    and I reference msado25.tlb in my project. I have no problem running on my system and number of other PC's but few of our customers have found issues, in german and french system.
    I have tried it on a German XP OS, SP2 with no problem..
    I have an English XP, SP2 machine. We have tried compiling with different versions of the mdac, no use. We have tried installing different versions of mdac on customer machine. no use..
    I have checked the version of the msado25.tlb on my system and the customer and the minor is a bit different, but if I try to delete the file, the system recreates it in few seconds.

    How do I know whats missing or whats being reference incorrectly??

    Any help will be appreciated.. we have to find an answer soon!!

  2. #2
    Join Date
    Apr 2009
    Posts
    394

    Re: Error 430 - Automation error on client machine


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

Featured