To resolve this problem, register MSBind.dll again.
To do this, you can use the Regsvr32.exe tool or you can add the reference to your Visual Basic 6.0 project so that the DLL is registered automatically.
To add the reference to your project, follow these steps:
- In Visual Studio .NET or in Visual Studio 2005, open your Visual Basic project.
- On the Project menu, click Add References.
- Click Browse, and then locate the MSBind.DLL assembly in the system32 folder.
- Click MSBind.DLL, and then click Open.
- Note In Visual Studio 2005, you do not have to click Open.
- Click OK to apply the references to the project.
- On the Run menu, click Start.
Refer this link
http://support.microsoft.com/kb/814707
Regards