View Full Version : vb5 runtime error 713 help required


smiler44
12-29-2010, 10:27 AM
Out of the blue I am getting a run time error. the line of code that is failing is List_By_Number.Data1.Refresh

the error message box says:

run time error 713
class not registered
looking for object with clsid
000000010-0000-0010-8000-00aa006d2ea4


I dont know what has caused this or how to fix it, but right now I'm sweating buckets over the problem as I'm in a panic. I need help.

Not sure if i have deleted some other program from my hard drive weeks ago that has caused this as i have not used vb for a few months now

Thank you in advance

smiler44

smiler44
12-31-2010, 08:07 AM
think the problem is a missing dll file, MSBind.dll.
Have entered a new thread to ask where to download it from

RuralGuy
12-31-2010, 08:52 AM
Does this link help: http://support.microsoft.com/kb/288706

smiler44
12-31-2010, 11:05 AM
Hi,
I'm using vb version 5 and I can not find an intrinsic Data control, this may be in v6, so I dont think it applies to me

smiler44

DCrake
12-31-2010, 11:47 AM
I have taken my dll from vb6.0 don'tknow if it is compatable but if your copy it into your windows\system32 folder and run regsrver32 and register it it may resolve your issue.

smiler44
01-03-2011, 01:40 AM
David,
in the end I reinstalled vb, or more installed the missing files. This has appeared to have worked ok.

happy new year and thank you for the advise
smiler44