Results 1 to 1 of 1

Thread: RESOLVED: Run time Error 430

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2001
    Posts
    30

    RESOLVED: Run time Error 430

    Hi everyone..

    i just found out a good way to fix Error 430.
    This error usually occurs when your interlinked COM components, such as DLLS or ActiveX EXEs, find a version incompatibility with each other. This is usually when you set references to earlier compiled components that do not have the saem interface as needed by your software.

    Whenever this error occurs, just delete all existing components, then RECOMPILE all components, then run your program. It'll work fine as all the COM links would be up to date.

    It can be somewhat tedious to recompile and deploy all components, but its worth it as it usually fixes the error.
    Last edited by saltrange; Mar 23rd, 2002 at 02:12 AM.

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