PDA

Click to See Complete Forum and Search --> : RESOLVED: Run time Error 430


saltrange
Mar 23rd, 2002, 12:55 AM
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.