When I open a project in vb6 then show a msg: and tell me to see a log file. and the description of log file is below:

Line 29: Class b8Controls4.b8Line of control b8LLogoB was not a loaded control class.
Line 116: Class b8Controls4.b8ClientWin of control b8CW was not a loaded control class.

Now what I should be do?

Recommended Answers

All 3 Replies

Well it looks like you have lost reference to a custom control. Did this project come from another computer? If so you need to instal/register the missing control/dll on this new computer.

If not, and you have the controls installed correctly on this computer then find the controls (which should now be picture boxes), delete them, and replace them on the forms.

Good Luck

ya its come from another computer. in this thread what kind of control I missing, can you tell?

What ever b8controls is but I have never heard of it before...


Good Luck

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.