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

    runtime error 430

    I am having the following problem and would be grateful if anyone could offer some help:

    I have written a piece of software in Visual Basic 6, and have distributed it by using the Package and Deploment wizard to create an installable EXE file.

    When I try to run the appliaction on target machine, I get following error

    'Run Time Error 430 - Class does not support automation or does not support expected interface.
    This error occurs when I try to open a Recordset from an Access Database.

    Also if I restart the pc, it does not restart and crashes after showing the error message for page fault in Explorer.exe

    Any help would be much appreciated.

    Regards






  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: runtime error 430

    Maybe you want reinstall MDAC. Maybe version in your and other computer is different.

    Andy Tower

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