|
-
Aug 17th, 2009, 01:37 AM
#1
Thread Starter
Addicted Member
[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?
-
Aug 17th, 2009, 05:57 AM
#2
Re: error with run the project
What is control b8LLogoB and control b8CW?
-
Aug 17th, 2009, 07:24 AM
#3
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?
-
Aug 17th, 2009, 01:57 PM
#4
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 17th, 2009, 08:56 PM
#5
Thread Starter
Addicted Member
Re: error with run the project
its come from another computer. then how I collect it, can you tell me.
-
Aug 17th, 2009, 09:28 PM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|