
itu kira-kira kenapa ya? trus bagaimana solusinya
Klo menurut microsoft
This problem occurs because the Component Object Model (COM) based MSBind.dll is unregistered when you remove Visual Studio .NET or Visual Studio 2005. Visual Basic 6.0 uses MSBind.dll to bind the control to the data source. Therefore, when you run a Visual Basic 6.0 project that has a data-bound control, you receive the run-time error message.
Solusi yang ditawarkan:
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.
problem ini muncul ketika saya coba meload salah satu form dan hanya terjadi di Win7, saya sudah coba solusi diatas namun tidak berhasil, masalahnya form yang saya load tidak berisi apapun...







