[RESOLVED] error with run the project
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?
Re: error with run the project
What is control b8LLogoB and control b8CW?
Re: error with run the project
Are you loading the full Project (.vbp or .vbg file), or just a form?
If it is just a form, this kind of issue is to be expected - because information about References and Components (such as b8Controls4.b8Line etc) are stored in the Project.
If it is a project, have you used it on this computer before, or did you get it from somewhere else?
Re: error with run the project
Sounds like it may also be a third party control on the form. If you dont have that control on your system then it will give that error when trying to load the form.
Re: error with run the project
its come from another computer. then how I collect it, can you tell me.
Re: error with run the project
If you passed just the exe file to the other computer, these errors are expected too. You should use a program like VB's Package & Deployment Wizard to create a setup.exe which then would be installed on that other computer.